函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:时钟中断函数

函数原型:void tick_handle_periodic(struct clock_event_device *dev)

返回类型:void

参数:

类型参数名称
struct clock_event_device *dev
105  cpu等于当前cpu ID()
106  next等于next_event
108  时钟中断处理
120  如果非clockevent_state_oneshot(dev)则返回
122  循环
127  next等于计算下一次触发时间(next, tick_period)
129  如果非设置下一次触发时间则返回
140  如果mekeeping_valid_for_hres - Check if timekeeping is suitable for hres时钟中断处理