Searched refs:__xa_alloc (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/security/apparmor/ |
D | secid.c | 125 ret = __xa_alloc(&aa_secids, &label->secid, label, in aa_alloc_secid()
|
/Linux-v6.6/include/linux/ |
D | xarray.h | 564 int __must_check __xa_alloc(struct xarray *, u32 *id, void *entry, 874 err = __xa_alloc(xa, id, entry, limit, gfp); in xa_alloc() 907 err = __xa_alloc(xa, id, entry, limit, gfp); in xa_alloc_bh() 940 err = __xa_alloc(xa, id, entry, limit, gfp); in xa_alloc_irq()
|
/Linux-v6.6/Documentation/translations/zh_CN/core-api/ |
D | xarray.rst | 191 * __xa_alloc()
|
/Linux-v6.6/lib/ |
D | xarray.c | 1813 int __xa_alloc(struct xarray *xa, u32 *id, void *entry, in __xa_alloc() function 1839 EXPORT_SYMBOL(__xa_alloc); 1872 ret = __xa_alloc(xa, id, entry, limit, gfp); in __xa_alloc_cyclic() 1880 ret = __xa_alloc(xa, id, entry, limit, gfp); in __xa_alloc_cyclic()
|
/Linux-v6.6/drivers/infiniband/core/ |
D | ucma.c | 1476 if (__xa_alloc(&multicast_table, &mc->id, NULL, xa_limit_32b, in ucma_process_join()
|
D | sa_query.c | 1342 ret = __xa_alloc(&queries, &id, query, xa_limit_32b, gfp_mask); in send_mad()
|
/Linux-v6.6/Documentation/core-api/ |
D | xarray.rst | 232 * __xa_alloc()
|
/Linux-v6.6/drivers/scsi/ |
D | scsi_debug.c | 7126 res = __xa_alloc(per_store_ap, &n_idx, sip, xal, GFP_ATOMIC); in sdebug_add_store()
|