Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:hrtimer_cb_get_time

Proto:static inline ktime_t hrtimer_cb_get_time(struct hrtimer *timer)

Type:ktime_t

Parameter:

TypeParameterName
struct hrtimer *timer
306  Return get_time()
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
posix_timer_fnThis function gets called when a POSIX.1b interval timer expires. It* is used as a callback from the kernel internal timer. The* run_timer_list code ALWAYS calls with interrupts on.* This code is for CLOCK_REALTIME* and CLOCK_MONOTONIC* timers.