Searched refs:__xa_alloc (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | xarray.h | 525 int __must_check __xa_alloc(struct xarray *, u32 *id, void *entry,823 	err = __xa_alloc(xa, id, entry, limit, gfp);  in xa_alloc()
 852 	err = __xa_alloc(xa, id, entry, limit, gfp);  in xa_alloc_bh()
 881 	err = __xa_alloc(xa, id, entry, limit, gfp);  in xa_alloc_irq()
 
 | 
| /Linux-v5.4/lib/ | 
| D | xarray.c | 1605 int __xa_alloc(struct xarray *xa, u32 *id, void *entry,  in __xa_alloc()  function1631 EXPORT_SYMBOL(__xa_alloc);
 1661 	ret = __xa_alloc(xa, id, entry, limit, gfp);  in __xa_alloc_cyclic()
 1669 		ret = __xa_alloc(xa, id, entry, limit, gfp);  in __xa_alloc_cyclic()
 
 | 
| /Linux-v5.4/Documentation/core-api/ | 
| D | xarray.rst | 217  * __xa_alloc()
 | 
| /Linux-v5.4/drivers/infiniband/core/ | 
| D | sa_query.c | 1369 	ret = __xa_alloc(&queries, &id, query, xa_limit_32b, gfp_mask);  in send_mad()
 |