函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:This function runs timers and the timer-tq in bottom half context.

函数原型:static __latent_entropy void run_timer_softirq(struct softirq_action *h)

返回类型:void

参数:

类型参数名称
struct softirq_action *h
1784  base等于this_cpu_ptr( & timer_bases[BASE_STD])
1786  __run_timers - run all expired timers (if any) on this CPU.*@base: the timer vector to be processed.
1787  如果IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_NO_HZ_COMMON)则__run_timers - run all expired timers (if any) on this CPU.*@base: the timer vector to be processed.