Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:fput_many

Proto:void fput_many(struct file *file, unsigned int refs)

Type:void

Parameter:

TypeParameterName
struct file *file
unsigned intrefs
336  If atomic_long_sub_and_test(refs, & f_count) Then
337  task = current process
350  If llist_add - add a new entry*@new: new entry to be added*@head: the head for your lock-less list* Returns true if the list was empty prior to adding this entry. Then schedule_delayed_work - put work task in global workqueue after delay*@dwork: job to be done*@delay: number of jiffies to wait or 0 for immediate execution* After waiting for a given time this puts a job in the kernel-global* workqueue.
Caller
NameDescribe
fput
io_file_put