Function report |
Source Code:kernel\time\hrtimer.c |
Create Date:2022-07-28 10:41:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__hrtimer_run_queues
Proto:static void __hrtimer_run_queues(struct hrtimer_cpu_base *cpu_base, ktime_t now, unsigned long flags, unsigned int active_mask)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct hrtimer_cpu_base * | cpu_base | |
ktime_t | now | |
unsigned long | flags | |
unsigned int | active_mask |
1551 | active = active_bases & active_mask |
1576 | If basenow < hrtimer_get_softexpires_tv64(timer) Then Break |
1580 | If active_mask == HRTIMER_ACTIVE_SOFT Then hrtimer_sync_wait_running(cpu_base, flags) |
Name | Describe |
---|---|
hrtimer_run_softirq | |
hrtimer_run_queues | Called from run_local_timers in hardirq context every jiffy |
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 |