Searched refs:__xa_alloc (Results 1 – 9 of 9) sorted by relevance
/linux/security/apparmor/ |
H A D | secid.c | 132 ret = __xa_alloc(&aa_secids, &label->secid, label, in aa_alloc_secid()
|
/linux/include/linux/ |
H A D | xarray.h | 568 int __must_check __xa_alloc(struct xarray *, u32 *id, void *entry, 878 err = __xa_alloc(xa, id, entry, limit, gfp); in xa_alloc() 911 err = __xa_alloc(xa, id, entry, limit, gfp); in xa_alloc_bh() 944 err = __xa_alloc(xa, id, entry, limit, gfp); in xa_alloc_irq()
|
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | xarray.rst | 191 * __xa_alloc()
|
/linux/lib/ |
H A D | xarray.c | 1966 * __xa_alloc() - Find somewhere to store this entry in the XArray. 1985 int __xa_alloc(struct xarray *xa, u32 *id, void *entry, in __xa_alloc() function 2011 EXPORT_SYMBOL(__xa_alloc); 2044 ret = __xa_alloc(xa, id, entry, limit, gfp); in __xa_alloc_cyclic() 2052 ret = __xa_alloc(xa, id, entry, limit, gfp); in __xa_alloc_cyclic()
|
/linux/drivers/infiniband/core/ |
H A D | ucma.c | 1477 if (__xa_alloc(&multicast_table, &mc->id, NULL, xa_limit_32b, in ucma_process_join()
|
/linux/Documentation/core-api/ |
H A D | xarray.rst | 234 * __xa_alloc()
|
/linux/net/ipv4/ |
H A D | tcp.c | 2389 /* batch __xa_alloc() calls and reduce xa_lock()/xa_unlock() overhead. */ 2438 err = __xa_alloc(&sk->sk_user_frags, &p->tokens[k], in tcp_xa_pool_refill()
|
/linux/fs/ |
H A D | namespace.c | 282 res = __xa_alloc(&mnt_id_xa, &mnt->mnt_id, mnt, XA_LIMIT(1, INT_MAX), GFP_KERNEL); in mnt_alloc_id()
|
/linux/drivers/scsi/ |
H A D | scsi_debug.c | 8745 res = __xa_alloc(per_store_ap, &n_idx, sip, xal, GFP_ATOMIC); in sdebug_add_store()
|