Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:locks_delete_global_blocked

Proto:static void locks_delete_global_blocked(struct file_lock *waiter)

Type:void

Parameter:

TypeParameterName
struct file_lock *waiter
714  lockdep_assert_held( & This lock protects the blocked_hash. Generally, if you're accessing it, you* want to be holding this lock.* In addition, it also protects the fl->fl_blocked_requests list, and the* fl->fl_blocker pointer for file_lock structures that are acting as lock)
716  hash_del - remove an object from a hashtable*@node: &struct hlist_node of the object to remove
Caller
NameDescribe
__locks_delete_blockRemove waiter from blocker's block list.* When blocker ends up pointing to itself then the list is empty.* Must be called with blocked_lock_lock held.