Home
last modified time | relevance | path

Searched refs:DEFINE_XARRAY_FLAGS (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/include/linux/
Dxarray.h317 #define DEFINE_XARRAY_FLAGS(name, flags) \ macro
329 #define DEFINE_XARRAY(name) DEFINE_XARRAY_FLAGS(name, 0)
338 #define DEFINE_XARRAY_ALLOC(name) DEFINE_XARRAY_FLAGS(name, XA_FLAGS_ALLOC)
347 #define DEFINE_XARRAY_ALLOC1(name) DEFINE_XARRAY_FLAGS(name, XA_FLAGS_ALLOC1)
/Linux-v5.15/drivers/tty/serial/
Dliteuart.c52 static DEFINE_XARRAY_FLAGS(liteuart_array, XA_FLAGS_ALLOC);
/Linux-v5.15/drivers/infiniband/core/
Ddevice.c92 static DEFINE_XARRAY_FLAGS(devices, XA_FLAGS_ALLOC);
98 static DEFINE_XARRAY_FLAGS(clients, XA_FLAGS_ALLOC);
120 static DEFINE_XARRAY_FLAGS(rdma_nets, XA_FLAGS_ALLOC);
Dsa_query.c180 static DEFINE_XARRAY_FLAGS(queries, XA_FLAGS_ALLOC | XA_FLAGS_LOCK_IRQ);
/Linux-v5.15/drivers/base/
Dmemory.c88 static DEFINE_XARRAY_FLAGS(memory_groups, XA_FLAGS_ALLOC);
/Linux-v5.15/drivers/infiniband/hw/qib/
Dqib_init.c97 DEFINE_XARRAY_FLAGS(qib_dev_table, XA_FLAGS_ALLOC | XA_FLAGS_LOCK_IRQ);
/Linux-v5.15/drivers/infiniband/hw/hfi1/
Dinit.c82 DEFINE_XARRAY_FLAGS(hfi1_dev_table, XA_FLAGS_ALLOC | XA_FLAGS_LOCK_IRQ);
/Linux-v5.15/net/core/
Ddevlink.c95 static DEFINE_XARRAY_FLAGS(devlinks, XA_FLAGS_ALLOC);