Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:hrtimer_is_queued = check, whether the timer is on one of the queues*@timer: Timer to check* Returns: True if the timer is queued, false otherwise* The function can be used lockless, but it gives only a current snapshot.

Proto:static inline bool hrtimer_is_queued(struct hrtimer *timer)

Type:bool

Parameter:

TypeParameterName
struct hrtimer *timer
470  Return Not Not (READ_ONCE(state) & HRTIMER_STATE_ENQUEUED)
Caller
NameDescribe
start_dl_timerIf the entity depleted all its runtime, and if we want it to sleep* while waiting for some new execution time to become available, we* set the bandwidth replenishment timer to the replenishment instant* and try to activate it
iocg_kick_waitq
iocg_kick_delay