Home
last modified time | relevance | path

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

/linux/include/linux/
A Dxarray.h562 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/Documentation/translations/zh_CN/core-api/
A Dxarray.rst190 * __xa_alloc()
/linux/lib/
A Dlib.a3 …xa_store�xa_store�__xa_cmpxchg�__xa_insert�xa_store_range�xa_get_order�__xa_alloc�__xa_alloc_cycli…
A Dxarray.c1805 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/Documentation/core-api/
A Dxarray.rst232 * __xa_alloc()
/linux/drivers/infiniband/core/
A Dsa_query.c1311 ret = __xa_alloc(&queries, &id, query, xa_limit_32b, gfp_mask); in send_mad()
/linux/drivers/scsi/
A Dscsi_debug.c7018 res = __xa_alloc(per_store_ap, &n_idx, sip, xal, GFP_ATOMIC); in sdebug_add_store()
/linux/
A Dvmlinux.symvers257 0x00000000 __xa_alloc vmlinux EXPORT_SYMBOL
A DSystem.map17881 ffff8000104ef5c0 T __xa_alloc
A D.tmp_System.map17881 ffff8000104ef5c0 T __xa_alloc

Completed in 354 milliseconds