Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\eventpoll.h Create Date:2022-07-28 10:36:43
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:This is called from inside fs/file_table.c:__fput() to unlink files* from the eventpoll interface. We need to have this facility to cleanup* correctly files that are closed without being removed from the eventpoll* interface.

Proto:static inline void eventpoll_release(struct file *file)

Type:void

Parameter:

TypeParameterName
struct file *file
53  If Value is more likely to compile time(list_empty - tests whether a list is empty*@head: the list to test.) Then Return
61  This is called from eventpoll_release() to unlink files from the eventpoll* interface. We need to have this facility to cleanup correctly files that are* closed without being removed from the eventpoll interface.
Caller
NameDescribe
__fputhe real guts of fput() - releasing the last reference to file