函数逻辑报告 |
Source Code:kernel\time\hrtimer.c |
Create Date:2022-07-27 11:40:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Is the high resolution mode active ?
函数原型:static inline int __hrtimer_hres_active(struct hrtimer_cpu_base *cpu_base)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct hrtimer_cpu_base * | cpu_base |
613 | 返回:如果IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_HIGH_RES_TIMERS)则hres_active否则0 |
名称 | 描述 |
---|---|
hrtimer_hres_active | |
hrtimer_force_reprogram | Reprogram the event source with checking both queues for the* next event* Called with interrupts disabled and base->lock held |
hrtimer_reprogram | When a timer is enqueued and expires earlier than the already enqueued* timers, we have to check, whether it expires earlier than the timer for* which the clock event device was armed.* Called with interrupts disabled and base->cpu_base.lock held |
hrtimer_run_queues | Called from run_local_timers in hardirq context every jiffy |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |