函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:k_setup_oneshot - setup the event device for oneshot mode (hres or nohz)

函数原型:void tick_setup_oneshot(struct clock_event_device *newdev, void (*handler)(struct clock_event_device *), ktime_t next_event)

返回类型:void

参数:

类型参数名称
struct clock_event_device *newdev
void (*handler
ktime_tnext_event
65  event_handler等于handler
66  lockevents_switch_state - set the operating state of a clock event device*@dev: device to modify*@state: new state* Must be called with interrupts disabled !
67  设置下一次触发时间
调用者
名称描述
tick_setup_deviceSetup the tick device