Home
last modified time | relevance | path

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

/Linux-v6.1/security/apparmor/
Dsecid.c32 static DEFINE_XARRAY_FLAGS(aa_secids, XA_FLAGS_LOCK_IRQ | XA_FLAGS_TRACK_FREE);
/Linux-v6.1/include/linux/
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)
/Linux-v6.1/drivers/xen/
Dgrant-dma-ops.c28 static DEFINE_XARRAY_FLAGS(xen_grant_dma_devices, XA_FLAGS_LOCK_IRQ);
/Linux-v6.1/drivers/tty/serial/
Dliteuart.c52 static DEFINE_XARRAY_FLAGS(liteuart_array, XA_FLAGS_ALLOC);
/Linux-v6.1/drivers/infiniband/core/
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);
Dsa_query.c188 static DEFINE_XARRAY_FLAGS(queries, XA_FLAGS_ALLOC | XA_FLAGS_LOCK_IRQ);
/Linux-v6.1/drivers/base/
Dmemory.c88 static DEFINE_XARRAY_FLAGS(memory_groups, XA_FLAGS_ALLOC);
/Linux-v6.1/drivers/infiniband/hw/qib/
Dqib_init.c97 DEFINE_XARRAY_FLAGS(qib_dev_table, XA_FLAGS_ALLOC | XA_FLAGS_LOCK_IRQ);
/Linux-v6.1/drivers/infiniband/hw/hfi1/
Dinit.c83 DEFINE_XARRAY_FLAGS(hfi1_dev_table, XA_FLAGS_ALLOC | XA_FLAGS_LOCK_IRQ);
/Linux-v6.1/net/core/
Ddevlink.c208 static DEFINE_XARRAY_FLAGS(devlinks, XA_FLAGS_ALLOC);