Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:timerfd_remove_cancel

Proto:static void timerfd_remove_cancel(struct timerfd_ctx *ctx)

Type:void

Parameter:

TypeParameterName
struct timerfd_ctx *ctx
129  spin_lock( & cancel_lock)
130  __timerfd_remove_cancel(ctx)
131  spin_unlock( & cancel_lock)
Caller
NameDescribe
timerfd_release