Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:fsnotify_mark_destroy_workfn

Proto:static void fsnotify_mark_destroy_workfn(struct work_struct *work)

Type:void

Parameter:

TypeParameterName
struct work_struct *work
827  spin_lock( & destroy_lock)
829  list_replace_init( & destroy_list, & private_destroy_list)
830  spin_unlock( & destroy_lock)
832  synchronize_srcu - wait for prior SRCU read-side critical-section completion
835  list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list.
836  fsnotify_final_mark_destroy(mark)