Searched refs:__xa_alloc (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/include/linux/ |
D | xarray.h | 562 int __must_check __xa_alloc(struct xarray *, u32 *id, void *entry, 860 err = __xa_alloc(xa, id, entry, limit, gfp); in xa_alloc() 889 err = __xa_alloc(xa, id, entry, limit, gfp); in xa_alloc_bh() 918 err = __xa_alloc(xa, id, entry, limit, gfp); in xa_alloc_irq()
|
/Linux-v5.15/lib/ |
D | xarray.c | 1805 int __xa_alloc(struct xarray *xa, u32 *id, void *entry, in __xa_alloc() function 1831 EXPORT_SYMBOL(__xa_alloc); 1861 ret = __xa_alloc(xa, id, entry, limit, gfp); in __xa_alloc_cyclic() 1869 ret = __xa_alloc(xa, id, entry, limit, gfp); in __xa_alloc_cyclic()
|
/Linux-v5.15/Documentation/core-api/ |
D | xarray.rst | 232 * __xa_alloc()
|
/Linux-v5.15/drivers/infiniband/core/ |
D | sa_query.c | 1311 ret = __xa_alloc(&queries, &id, query, xa_limit_32b, gfp_mask); in send_mad()
|
/Linux-v5.15/drivers/scsi/ |
D | scsi_debug.c | 7004 res = __xa_alloc(per_store_ap, &n_idx, sip, xal, GFP_ATOMIC); in sdebug_add_store()
|