Home
last modified time | relevance | path

Searched refs:__xa_store (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/include/linux/
Dxarray.h557 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-v5.15/fs/nilfs2/
Dpage.c331 p = __xa_store(&dmap->i_pages, offset, page, GFP_NOFS); in nilfs_copy_back_pages()
/Linux-v5.15/lib/
Dxarray.c1533 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()
Dtest_xarray.c1544 __xa_store(xa, index + i, xa_mk_index(index + i), 0); in check_split_1()
/Linux-v5.15/Documentation/core-api/
Dxarray.rst228 * __xa_store()
262 err = xa_err(__xa_store(&foo->array, index, entry, GFP_KERNEL));
/Linux-v5.15/mm/
Dhuge_memory.c2441 __xa_store(&head->mapping->i_pages, head[i].index, in __split_huge_page()
2444 __xa_store(&swap_cache->i_pages, offset + i, in __split_huge_page()
/Linux-v5.15/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.c351 __xa_store(&guc->context_lookup, id, ce, GFP_ATOMIC); in set_lrc_desc_registered()