Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\timer.c Create Date:2022-07-28 10:40:00
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:This function runs timers and the timer-tq in bottom half context.

Proto:static __latent_entropy void run_timer_softirq(struct softirq_action *h)

Type:void

Parameter:

TypeParameterName
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  If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_NO_HZ_COMMON) Then __run_timers - run all expired timers (if any) on this CPU.*@base: the timer vector to be processed.