Home
last modified time | relevance | path

Searched refs:__xa_set_mark (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst192 * __xa_set_mark()
245 __xa_set_mark() 和 __xa_clear_mark() 函数也适用于你查找一个条目并想原子化地设置或清除一个标记的
/linux-6.15/fs/nilfs2/
H A Dbtnode.c306 __xa_set_mark(&btnc->i_pages, newkey, PAGECACHE_TAG_DIRTY); in nilfs_btnode_commit_change_key()
H A Dpage.c344 __xa_set_mark(&dmap->i_pages, index, in nilfs_copy_back_pages()
/linux-6.15/lib/
H A Dxarray.c2070 void __xa_set_mark(struct xarray *xa, unsigned long index, xa_mark_t mark) in __xa_set_mark() function
2078 EXPORT_SYMBOL(__xa_set_mark);
2143 __xa_set_mark(xa, index, mark); in xa_set_mark()
/linux-6.15/include/linux/
H A Dxarray.h572 void __xa_set_mark(struct xarray *, unsigned long index, xa_mark_t);
/linux-6.15/Documentation/core-api/
H A Dxarray.rst235 * __xa_set_mark()
302 The __xa_set_mark() and __xa_clear_mark() functions are also
/linux-6.15/net/shaper/
H A Dshaper.c343 __xa_set_mark(&hierarchy->shapers, index, NET_SHAPER_NOT_VALID); in net_shaper_pre_insert()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c785 __xa_set_mark(&ipsec->sadb, sa_entry->ipsec_obj_id, in mlx5e_xfrm_add_state()
/linux-6.15/mm/
H A Dpage-writeback.c2767 __xa_set_mark(&mapping->i_pages, folio_index(folio), in __folio_mark_dirty()