Searched refs:__xa_alloc (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | xarray.c | 1808 int __xa_alloc(struct xarray *xa, u32 *id, void *entry, in __xa_alloc() function 1834 EXPORT_SYMBOL(__xa_alloc); 1864 ret = __xa_alloc(xa, id, entry, limit, gfp); in __xa_alloc_cyclic() 1872 ret = __xa_alloc(xa, id, entry, limit, gfp); in __xa_alloc_cyclic()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_vivo | 2060 __xa_alloc
|
| H A D | abi_gki_aarch64_db845c | 1620 __xa_alloc
|
| H A D | abi_gki_aarch64_qcom | 3047 __xa_alloc
|
| H A D | abi_gki_aarch64_oplus | 3627 __xa_alloc
|
| H A D | abi_gki_aarch64_galaxy | 533 __xa_alloc
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | ucma.c | 1476 if (__xa_alloc(&multicast_table, &mc->id, NULL, xa_limit_32b, in ucma_process_join()
|
| H A D | sa_query.c | 1366 ret = __xa_alloc(&queries, &id, query, xa_limit_32b, gfp_mask); in send_mad()
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | xarray.rst | 232 * __xa_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_debug.c | 6990 res = __xa_alloc(per_store_ap, &n_idx, sip, xal, GFP_ATOMIC); in sdebug_add_store()
|