Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dxarray.h560 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 Dxarray.c1808 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 Dabi_gki_aarch64_vivo2060 __xa_alloc
H A Dabi_gki_aarch64_db845c1620 __xa_alloc
H A Dabi_gki_aarch64_qcom3047 __xa_alloc
H A Dabi_gki_aarch64_oplus3627 __xa_alloc
H A Dabi_gki_aarch64_galaxy533 __xa_alloc
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Ducma.c1476 if (__xa_alloc(&multicast_table, &mc->id, NULL, xa_limit_32b, in ucma_process_join()
H A Dsa_query.c1366 ret = __xa_alloc(&queries, &id, query, xa_limit_32b, gfp_mask); in send_mad()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dxarray.rst232 * __xa_alloc()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_debug.c6990 res = __xa_alloc(per_store_ap, &n_idx, sip, xal, GFP_ATOMIC); in sdebug_add_store()