Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:hrtimer_run_softirq

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

Type:void

Parameter:

TypeParameterName
struct softirq_action *h
1588  cpu_base = this_cpu_ptr( & The timer bases:* There are more clockids than hrtimer bases. Thus, we index* into the timer bases by the hrtimer_base_type enum. When trying* to reach a base using a clockid, hrtimer_clockid_to_base())
1592  hrtimer_cpu_base_lock_expiry(cpu_base)
1593  raw_spin_lock_irqsave( & lock, flags)
1595  now = hrtimer_update_base(cpu_base)
1596  __hrtimer_run_queues(cpu_base, now, flags, HRTIMER_ACTIVE_SOFT)
1598  softirq_activated = 0
1599  hrtimer_update_softirq_timer(cpu_base, true)
1601  raw_spin_unlock_irqrestore( & lock, flags)
1602  hrtimer_cpu_base_unlock_expiry(cpu_base)