Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/
H A Dsecid.c32 static DEFINE_XARRAY_FLAGS(aa_secids, XA_FLAGS_LOCK_IRQ | XA_FLAGS_TRACK_FREE);
/openbmc/linux/include/linux/
H A Dxarray.h319 #define DEFINE_XARRAY_FLAGS(name, flags) \ macro
331 #define DEFINE_XARRAY(name) DEFINE_XARRAY_FLAGS(name, 0)
340 #define DEFINE_XARRAY_ALLOC(name) DEFINE_XARRAY_FLAGS(name, XA_FLAGS_ALLOC)
349 #define DEFINE_XARRAY_ALLOC1(name) DEFINE_XARRAY_FLAGS(name, XA_FLAGS_ALLOC1)
/openbmc/linux/net/devlink/
H A Dcore.c17 DEFINE_XARRAY_FLAGS(devlinks, XA_FLAGS_ALLOC);
/openbmc/linux/drivers/xen/
H A Dgrant-dma-ops.c29 static DEFINE_XARRAY_FLAGS(xen_grant_dma_devices, XA_FLAGS_LOCK_IRQ);
/openbmc/linux/drivers/tty/serial/
H A Dliteuart.c53 static DEFINE_XARRAY_FLAGS(liteuart_array, XA_FLAGS_ALLOC);
/openbmc/linux/drivers/infiniband/core/
H A Ddevice.c93 static DEFINE_XARRAY_FLAGS(devices, XA_FLAGS_ALLOC);
99 static DEFINE_XARRAY_FLAGS(clients, XA_FLAGS_ALLOC);
121 static DEFINE_XARRAY_FLAGS(rdma_nets, XA_FLAGS_ALLOC);
H A Dsa_query.c182 static DEFINE_XARRAY_FLAGS(queries, XA_FLAGS_ALLOC | XA_FLAGS_LOCK_IRQ);
/openbmc/linux/drivers/base/
H A Dmemory.c88 static DEFINE_XARRAY_FLAGS(memory_groups, XA_FLAGS_ALLOC);
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_init.c97 DEFINE_XARRAY_FLAGS(qib_dev_table, XA_FLAGS_ALLOC | XA_FLAGS_LOCK_IRQ);
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dinit.c83 DEFINE_XARRAY_FLAGS(hfi1_dev_table, XA_FLAGS_ALLOC | XA_FLAGS_LOCK_IRQ);