/kernel/linux/linux-6.6/security/apparmor/ |
H A D | secid.c | 52 __xa_store(&aa_secids, secid, label, 0); in aa_secid_update()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | xarray.h | 555 void *__xa_store(struct xarray *, unsigned long index, void *entry, gfp_t); 587 curr = __xa_store(xa, index, entry, gfp); in xa_store_bh() 613 curr = __xa_store(xa, index, entry, gfp); in xa_store_irq()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | xarray.h | 559 void *__xa_store(struct xarray *, unsigned long index, void *entry, gfp_t); 592 curr = __xa_store(xa, index, entry, gfp); in xa_store_bh() 619 curr = __xa_store(xa, index, entry, gfp); in xa_store_irq()
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | grant-dma-ops.c | 62 ret = xa_err(__xa_store(&xen_grant_dma_devices, (unsigned long)dev, data, in store_xen_grant_dma_data()
|
/kernel/linux/linux-6.6/net/devlink/ |
H A D | region.c | 300 err = xa_err(__xa_store(&devlink->snapshot_ids, id, xa_mk_value(count), in __devlink_snapshot_id_increment() 339 __xa_store(&devlink->snapshot_ids, id, xa_mk_value(count), in __devlink_snapshot_id_decrement() 374 err = xa_err(__xa_store(&devlink->snapshot_ids, id, xa_mk_value(0), in __devlink_snapshot_id_insert()
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | page.c | 331 p = __xa_store(&dmap->i_pages, offset, page, GFP_NOFS); in nilfs_copy_back_pages()
|
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | page.c | 332 f = __xa_store(&dmap->i_pages, index, folio, GFP_NOFS); in nilfs_copy_back_pages()
|
/kernel/linux/linux-5.10/lib/ |
H A D | xarray.c | 1522 * __xa_store() - Store this entry in the XArray. 1536 void *__xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in __xa_store() function 1554 EXPORT_SYMBOL(__xa_store); variable 1578 curr = __xa_store(xa, index, entry, gfp); in xa_store()
|
H A D | test_xarray.c | 1566 __xa_store(xa, index + i, xa_mk_index(index + i), 0); in check_split_1()
|
/kernel/linux/linux-6.6/lib/ |
H A D | xarray.c | 1524 * __xa_store() - Store this entry in the XArray. 1538 void *__xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in __xa_store() function 1556 EXPORT_SYMBOL(__xa_store); variable 1580 curr = __xa_store(xa, index, entry, gfp); in xa_store()
|
H A D | test_xarray.c | 1566 __xa_store(xa, index + i, xa_mk_index(index + i), 0); in check_split_1()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | mr.c | 173 __xa_store(&ent->mkeys, in push_mkey_locked() 226 old = __xa_store(&ent->mkeys, ent->stored, xa_mk_value(mkey), 0); in push_to_reserved() 244 xa_mkey = __xa_store(&ent->mkeys, ent->stored, XA_ZERO_ENTRY, in pop_stored_mkey()
|
/kernel/linux/linux-5.10/mm/ |
H A D | huge_memory.c | 2479 __xa_store(&head->mapping->i_pages, head[i].index, in __split_huge_page() 2482 __xa_store(&swap_cache->i_pages, offset + i, in __split_huge_page()
|
/kernel/linux/linux-6.6/mm/ |
H A D | huge_memory.c | 2535 __xa_store(&head->mapping->i_pages, head[i].index, in __split_huge_page() 2538 __xa_store(&swap_cache->i_pages, offset + i, in __split_huge_page()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_submission.c | 581 __xa_store(&guc->context_lookup, id, ce, GFP_ATOMIC); in set_ctx_id_mapping()
|