Searched refs:__xa_store (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | xarray.h | 520 void *__xa_store(struct xarray *, unsigned long index, void *entry, gfp_t); 552 curr = __xa_store(xa, index, entry, gfp); in xa_store_bh() 578 curr = __xa_store(xa, index, entry, gfp); in xa_store_irq()
|
| /Linux-v5.4/lib/ |
| D | xarray.c | 1373 void *__xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in __xa_store() function 1391 EXPORT_SYMBOL(__xa_store); 1415 curr = __xa_store(xa, index, entry, gfp); in xa_store()
|
| /Linux-v5.4/fs/nilfs2/ |
| D | page.c | 332 p = __xa_store(&dmap->i_pages, offset, page, GFP_NOFS); in nilfs_copy_back_pages()
|
| /Linux-v5.4/Documentation/core-api/ |
| D | xarray.rst | 213 * __xa_store() 247 err = xa_err(__xa_store(&foo->array, index, entry, GFP_KERNEL));
|
| /Linux-v5.4/mm/ |
| D | huge_memory.c | 2530 __xa_store(&head->mapping->i_pages, head[i].index, in __split_huge_page() 2533 __xa_store(&swap_cache->i_pages, offset + i, in __split_huge_page()
|
| /Linux-v5.4/drivers/infiniband/hw/mlx5/ |
| D | mr.c | 126 err = xa_err(__xa_store(mkeys, mlx5_base_mkey(mr->mmkey.key), in reg_mr_callback()
|