Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:NOTE! This can be used only for unused fasync entries:* entries that actually got inserted on the fasync list* need to be released by rcu - see fasync_remove_entry.

Proto:void fasync_free(struct fasync_struct *new)

Type:void

Parameter:

TypeParameterName
struct fasync_struct *new
905  kmem_cache_free(fasync_cache, new)
Caller
NameDescribe
fasync_add_entryAdd a fasync entry. Return negative on error, positive if* added, and zero if did nothing but change an existing one.
do_fcntl_add_lease