Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\notify\mark.c Create Date:2022-07-28 20:16:34
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Puts marks and wakes up group destruction if necessary.* Pairs with fsnotify_get_mark_safe()

Proto:static void fsnotify_put_mark_wake(struct fsnotify_mark *mark)

Type:void

Parameter:

TypeParameterName
struct fsnotify_mark *mark
314  If mark Then
315  group = Group this mark is for. Set on mark creation, stable until last ref * is dropped
317  fsnotify_put_mark(mark)
322  If atomic_dec_and_test( & Number of tasks waiting for user * response ) && group is being shut down, don't queue more events Then wake_up( & read() on the notification file blocks on this waitq )
Caller
NameDescribe
fsnotify_prepare_user_wait
fsnotify_finish_user_wait