Searched refs:__xa_set_mark (Results 1 – 9 of 9) sorted by relevance
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 192 * __xa_set_mark() 245 __xa_set_mark() 和 __xa_clear_mark() 函数也适用于你查找一个条目并想原子化地设置或清除一个标记的
|
| /linux/lib/ |
| H A D | ref_tracker.c | 56 __xa_set_mark(&debugfs_dentries, (unsigned long)dir, REF_TRACKER_DIR_DEAD); in ref_tracker_debugfs_mark() 60 __xa_set_mark(&debugfs_symlinks, (unsigned long)dir, REF_TRACKER_DIR_DEAD); in ref_tracker_debugfs_mark()
|
| H A D | xarray.c | 2076 void __xa_set_mark(struct xarray *xa, unsigned long index, xa_mark_t mark) in __xa_set_mark() function 2084 EXPORT_SYMBOL(__xa_set_mark); 2149 __xa_set_mark(xa, index, mark); in xa_set_mark()
|
| /linux/fs/nilfs2/ |
| H A D | btnode.c | 306 __xa_set_mark(&btnc->i_pages, newkey, PAGECACHE_TAG_DIRTY); in nilfs_btnode_commit_change_key()
|
| H A D | page.c | 344 __xa_set_mark(&dmap->i_pages, index, in nilfs_copy_back_pages()
|
| /linux/arch/arm64/kvm/vgic/ |
| H A D | vgic-debug.c | 77 __xa_set_mark(&dist->lpi_xa, intid, LPI_XA_MARK_DEBUG_ITER); in iter_mark_lpis()
|
| /linux/include/linux/ |
| H A D | xarray.h | 572 void __xa_set_mark(struct xarray *, unsigned long index, xa_mark_t);
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ipsec.c | 871 __xa_set_mark(&ipsec->sadb, sa_entry->ipsec_obj_id, in mlx5e_xfrm_add_state()
|
| /linux/mm/ |
| H A D | page-writeback.c | 2712 __xa_set_mark(&mapping->i_pages, folio->index, in __folio_mark_dirty()
|