Searched refs:DEFINE_XARRAY_FLAGS (Results 1 – 7 of 7) 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/net/devlink/ |
| H A D | core.c | 17 DEFINE_XARRAY_FLAGS(devlinks, XA_FLAGS_ALLOC); 36 static DEFINE_XARRAY_FLAGS(devlink_rels, XA_FLAGS_ALLOC1);
|
| /linux/drivers/tty/serial/ |
| H A D | liteuart.c | 53 static DEFINE_XARRAY_FLAGS(liteuart_array, XA_FLAGS_ALLOC);
|
| /linux/drivers/dpll/ |
| H A D | dpll_core.c | 25 DEFINE_XARRAY_FLAGS(dpll_device_xa, XA_FLAGS_ALLOC); 26 DEFINE_XARRAY_FLAGS(dpll_pin_xa, XA_FLAGS_ALLOC);
|
| /linux/net/core/ |
| H A D | devmem.c | 29 static DEFINE_XARRAY_FLAGS(net_devmem_dmabuf_bindings, XA_FLAGS_ALLOC1);
|
| /linux/drivers/infiniband/core/ |
| H A D | sa_query.c | 191 static DEFINE_XARRAY_FLAGS(queries, XA_FLAGS_ALLOC | XA_FLAGS_LOCK_IRQ);
|
| /linux/fs/ |
| H A D | namespace.c | 73 static DEFINE_XARRAY_FLAGS(mnt_id_xa, XA_FLAGS_ALLOC);
|