Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\posix-timers.c Create Date:2022-07-28 10:46:08
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__posix_timers_find

Proto:static struct k_itimer *__posix_timers_find(struct hlist_head *head, struct signal_struct *sig, timer_t id)

Type:struct k_itimer

Parameter:

TypeParameterName
struct hlist_head *head
struct signal_struct *sig
timer_tid
124  If it_signal == sig && it_id == id Then Return timer
127  Return NULL
Caller
NameDescribe
posix_timer_by_id
posix_timer_add