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:fsnotify_connector_destroy_workfn

Proto:static void fsnotify_connector_destroy_workfn(struct work_struct *work)

Type:void

Parameter:

TypeParameterName
struct work_struct *work
159  spin_lock( & destroy_lock)
160  conn = connector_destroy_list
161  connector_destroy_list = NULL
162  spin_unlock( & destroy_lock)
164  synchronize_srcu - wait for prior SRCU read-side critical-section completion*@ssp: srcu_struct with which to synchronize
165  When conn cycle
166  free = conn
167  conn = Used listing heads to free after srcu period expires
168  kmem_cache_free(fsnotify_mark_connector_cachep, free)