Searched refs:__xa_store (Results 1 – 12 of 12) sorted by relevance
/linux/Documentation/translations/zh_CN/core-api/ |
A D | xarray.rst | 186 * __xa_store() 214 err = xa_err(__xa_store(&foo->array, index, entry, GFP_KERNEL));
|
/linux/include/linux/ |
A D | xarray.h | 557 void *__xa_store(struct xarray *, unsigned long index, void *entry, gfp_t); 589 curr = __xa_store(xa, index, entry, gfp); in xa_store_bh() 615 curr = __xa_store(xa, index, entry, gfp); in xa_store_irq()
|
/linux/lib/ |
A D | lib.a | 3 …xas_findxas_find_markedxas_find_conflictxa_load__xa_erasexa_erase__xa_storexa_store__xa_cm…
|
A D | xarray.c | 1533 void *__xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in __xa_store() function 1551 EXPORT_SYMBOL(__xa_store); 1575 curr = __xa_store(xa, index, entry, gfp); in xa_store()
|
A D | test_xarray.c | 1544 __xa_store(xa, index + i, xa_mk_index(index + i), 0); in check_split_1()
|
/linux/fs/nilfs2/ |
A D | page.c | 331 p = __xa_store(&dmap->i_pages, offset, page, GFP_NOFS); in nilfs_copy_back_pages()
|
/linux/Documentation/core-api/ |
A D | xarray.rst | 228 * __xa_store() 262 err = xa_err(__xa_store(&foo->array, index, entry, GFP_KERNEL));
|
/linux/mm/ |
A D | huge_memory.c | 2442 __xa_store(&head->mapping->i_pages, head[i].index, in __split_huge_page() 2445 __xa_store(&swap_cache->i_pages, offset + i, in __split_huge_page()
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
A D | intel_guc_submission.c | 545 __xa_store(&guc->context_lookup, id, ce, GFP_ATOMIC); in set_lrc_desc_registered()
|
/linux/ |
A D | vmlinux.symvers | 3572 0x00000000 __xa_store vmlinux EXPORT_SYMBOL
|
A D | System.map | 17877 ffff8000104ef1a0 T __xa_store
|
A D | .tmp_System.map | 17877 ffff8000104ef1a0 T __xa_store
|
Completed in 1107 milliseconds