函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\hrtimer.h Create Date:2022-07-27 06:40:53
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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.

函数原型:static inline bool hrtimer_is_queued(struct hrtimer *timer)

返回类型:bool

参数:

类型参数名称
struct hrtimer *timer
470  返回:非非READ_ONCE(state)按位与HRTIMER_STATE_ENQUEUED的值
调用者
名称描述
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