Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dxarray.h315 #define DEFINE_XARRAY_FLAGS(name, flags) \ macro
327 #define DEFINE_XARRAY(name) DEFINE_XARRAY_FLAGS(name, 0)
336 #define DEFINE_XARRAY_ALLOC(name) DEFINE_XARRAY_FLAGS(name, XA_FLAGS_ALLOC)
345 #define DEFINE_XARRAY_ALLOC1(name) DEFINE_XARRAY_FLAGS(name, XA_FLAGS_ALLOC1)
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A 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);
H A Dsa_query.c186 static DEFINE_XARRAY_FLAGS(queries, XA_FLAGS_ALLOC | XA_FLAGS_LOCK_IRQ);
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_init.c97 DEFINE_XARRAY_FLAGS(qib_dev_table, XA_FLAGS_ALLOC | XA_FLAGS_LOCK_IRQ);
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dinit.c124 DEFINE_XARRAY_FLAGS(hfi1_dev_table, XA_FLAGS_ALLOC | XA_FLAGS_LOCK_IRQ);