Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\file_table.c Create Date:2022-07-28 20:01:52
Last Modify:2020-03-18 10:20:10 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:delayed_fput

Proto:static void delayed_fput(struct work_struct *unused)

Type:void

Parameter:

TypeParameterName
struct work_struct *unused
304  node = llist_del_all - delete all entries from lock-less list*@head: the head of lock-less list to delete all entries* If list is empty, return NULL, otherwise, delete all entries and* return the pointer to the first entry. The order of entries
307  llist_for_each_entry_safe - iterate over some deleted entries of lock-less list of given type* safe against removal of list entry*@pos: the type * to use as a loop cursor.*@n: another type * to use as temporary storage(f, t, node, fu_llist)
308  he real guts of fput() - releasing the last reference to file
Caller
NameDescribe
flush_delayed_fputIf kernel thread really needs to have the final fput() it has done* to complete, call this