Searched refs:__xa_alloc (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/include/linux/ |
D | xarray.h | 560 int __must_check __xa_alloc(struct xarray *, u32 *id, void *entry, 858 err = __xa_alloc(xa, id, entry, limit, gfp); in xa_alloc() 887 err = __xa_alloc(xa, id, entry, limit, gfp); in xa_alloc_bh() 916 err = __xa_alloc(xa, id, entry, limit, gfp); in xa_alloc_irq()
|
/Linux-v5.10/lib/ |
D | xarray.c | 1804 int __xa_alloc(struct xarray *xa, u32 *id, void *entry, in __xa_alloc() function 1830 EXPORT_SYMBOL(__xa_alloc); 1860 ret = __xa_alloc(xa, id, entry, limit, gfp); in __xa_alloc_cyclic() 1868 ret = __xa_alloc(xa, id, entry, limit, gfp); in __xa_alloc_cyclic()
|
/Linux-v5.10/Documentation/core-api/ |
D | xarray.rst | 232 * __xa_alloc()
|
/Linux-v5.10/drivers/infiniband/core/ |
D | sa_query.c | 1365 ret = __xa_alloc(&queries, &id, query, xa_limit_32b, gfp_mask); in send_mad()
|
/Linux-v5.10/drivers/scsi/ |
D | scsi_debug.c | 6949 res = __xa_alloc(per_store_ap, &n_idx, sip, xal, GFP_ATOMIC); in sdebug_add_store()
|