函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\sched_clock.c Create Date:2022-07-27 11:51:17
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:sched_clock_poll

函数原型:static enum hrtimer_restart sched_clock_poll(struct hrtimer *hrt)

返回类型:enum hrtimer_restart

参数:

类型参数名称
struct hrtimer *hrt
161  Atomically update the sched_clock() epoch.
162  hrtimer_forward_now - forward the timer expiry so it expires after now*@timer: hrtimer to forward*@interval: the interval to forward* Forward the timer expiry so it will expire after the current time* of the hrtimer clock base
164  返回:Timer must be restarted