Function report |
Source Code:kernel\time\hrtimer.c |
Create Date:2022-07-28 10:41:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Called from run_local_timers in hardirq context every jiffy
Proto:void hrtimer_run_queues(void)
Type:void
Parameter:Nothing
1730 | If Is the high resolution mode active ? Then Return |
1740 | If tick_check_oneshot_change(!hrtimer_is_hres_enabled()) Then |
1741 | hrtimer_switch_to_hres() |
1742 | Return |
1745 | raw_spin_lock_irqsave( & lock, flags) |
1746 | now = hrtimer_update_base(cpu_base) |
1749 | softirq_expires_next = KTIME_MAX |
1750 | softirq_activated = 1 |
1755 | raw_spin_unlock_irqrestore( & lock, flags) |
Name | Describe |
---|---|
run_local_timers | Called by the local, per-CPU timer interrupt on SMP. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |