Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:merqueue_getnext - Returns the timer with the earliest expiration time*@head: head of timerqueue* Returns a pointer to the timer node that has the earliest expiration time.

Proto:static inline struct timerqueue_node *timerqueue_getnext(struct timerqueue_head *head)

Type:struct timerqueue_node

Parameter:

TypeParameterName
struct timerqueue_head *head
36  leftmost = Same as rb_first(), but O(1) ( & rb_root)
38  Return rb_entry(leftmost, structtimerqueue_node, node)
Caller
NameDescribe
__hrtimer_next_event_base
__hrtimer_run_queues
print_active_timers
cleanup_timerqueue
collect_timerqueue