Searched refs:DEFINE_XARRAY_FLAGS (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ |
| H A D | xarray.h | 323 #define DEFINE_XARRAY_FLAGS(name, flags) \ macro 335 #define DEFINE_XARRAY(name) DEFINE_XARRAY_FLAGS(name, 0) 344 #define DEFINE_XARRAY_ALLOC(name) DEFINE_XARRAY_FLAGS(name, XA_FLAGS_ALLOC) 353 #define DEFINE_XARRAY_ALLOC1(name) DEFINE_XARRAY_FLAGS(name, XA_FLAGS_ALLOC1)
|
| /linux/drivers/tty/serial/ |
| H A D | liteuart.c | 53 static DEFINE_XARRAY_FLAGS(liteuart_array, XA_FLAGS_ALLOC);
|
| /linux/net/core/ |
| H A D | page_pool_user.c | 17 static DEFINE_XARRAY_FLAGS(page_pools, XA_FLAGS_ALLOC1);
|
| H A D | devmem.c | 29 static DEFINE_XARRAY_FLAGS(net_devmem_dmabuf_bindings, XA_FLAGS_ALLOC1);
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ids.c | 43 static DEFINE_XARRAY_FLAGS(amdgpu_pasid_xa, XA_FLAGS_LOCK_IRQ | XA_FLAGS_ALLOC1);
|
| /linux/drivers/infiniband/core/ |
| H A D | device.c | 93 static DEFINE_XARRAY_FLAGS(devices, XA_FLAGS_ALLOC); 100 static DEFINE_XARRAY_FLAGS(clients, XA_FLAGS_ALLOC); 122 static DEFINE_XARRAY_FLAGS(rdma_nets, XA_FLAGS_ALLOC);
|
| H A D | sa_query.c | 191 static DEFINE_XARRAY_FLAGS(queries, XA_FLAGS_ALLOC | XA_FLAGS_LOCK_IRQ);
|
| /linux/drivers/base/ |
| H A D | memory.c | 75 static DEFINE_XARRAY_FLAGS(memory_groups, XA_FLAGS_ALLOC);
|
| /linux/fs/ |
| H A D | namespace.c | 73 static DEFINE_XARRAY_FLAGS(mnt_id_xa, XA_FLAGS_ALLOC);
|