Function report |
Source Code:kernel\time\hrtimer.c |
Create Date:2022-07-28 10:40:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__hrtimer_next_event_base
Proto:static ktime_t __hrtimer_next_event_base(struct hrtimer_cpu_base *cpu_base, const struct hrtimer *exclude, unsigned int active, ktime_t expires_next)
Type:ktime_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct hrtimer_cpu_base * | cpu_base | |
const struct hrtimer * | exclude | |
unsigned int | active | |
ktime_t | expires_next |
515 | next = merqueue_getnext - Returns the timer with the earliest expiration time*@head: head of timerqueue* Returns a pointer to the timer node that has the earliest expiration time. |
520 | If Not next Then Continue |
526 | If expires < expires_next Then |
527 | expires_next = expires |
530 | If exclude Then Continue |
533 | If is_soft Then softirq_next_timer = timer |
535 | Else next_timer = timer |
544 | If expires_next < 0 Then expires_next = 0 |
546 | Return expires_next |
Name | Describe |
---|---|
__hrtimer_get_next_event | Recomputes cpu_base::*next_timer and returns the earliest expires_next but* does not set cpu_base::*expires_next, that is done by hrtimer_reprogram |
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 |