Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\xarray.c Create Date:2022-07-28 06:13:39
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:xa_clear_mark() - Clear this mark on this entry.*@xa: XArray.*@index: Index of entry.*@mark: Mark number.* Clearing a mark always succeeds.* Context: Process context. Takes and releases the xa_lock.

Proto:void xa_clear_mark(struct xarray *xa, unsigned long index, xa_mark_t mark)

Type:void

Parameter:

TypeParameterName
struct xarray *xa
unsigned longindex
xa_mark_tmark
1790  xa_lock(xa)
1791  __xa_clear_mark() - Clear this mark on this entry while locked.*@xa: XArray.*@index: Index of entry.*@mark: Mark number.* Context: Any context. Expects xa_lock to be held on entry.
1792  xa_unlock(xa)