Searched refs:next_timer (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/usb/chipidea/ |
| H A D | otg_fsm.c | 249 enum otg_fsm_timer cur_timer, next_timer = NUM_OTG_FSM_TIMERS; in ci_otg_del_timer() local 269 if ((next_timer == NUM_OTG_FSM_TIMERS) || in ci_otg_del_timer() 270 ktime_before(ci->hr_timeouts[next_timer], in ci_otg_del_timer() 272 next_timer = cur_timer; in ci_otg_del_timer() 276 if (next_timer != NUM_OTG_FSM_TIMERS) { in ci_otg_del_timer() 277 ci->next_otg_timer = next_timer; in ci_otg_del_timer() 279 ci->hr_timeouts[next_timer], NSEC_PER_MSEC, in ci_otg_del_timer() 389 enum otg_fsm_timer cur_timer, next_timer = NUM_OTG_FSM_TIMERS; in ci_otg_hrtimer_func() local 403 if ((next_timer == NUM_OTG_FSM_TIMERS) || in ci_otg_hrtimer_func() 405 ci->hr_timeouts[next_timer])) in ci_otg_hrtimer_func() [all …]
|
| /linux/kernel/time/ |
| H A D | hrtimer.c | 537 cpu_base->next_timer = timer; in __hrtimer_next_event_base() 574 struct hrtimer *next_timer = NULL; in __hrtimer_get_next_event() local 583 next_timer = cpu_base->softirq_next_timer; in __hrtimer_get_next_event() 588 cpu_base->next_timer = next_timer; in __hrtimer_get_next_event() 620 cpu_base->next_timer = cpu_base->softirq_next_timer; in hrtimer_update_next_event() 653 struct hrtimer *next_timer, in __hrtimer_reprogram() argument 696 __hrtimer_reprogram(cpu_base, cpu_base->next_timer, expires_next); in hrtimer_force_reprogram() 859 cpu_base->next_timer = timer; in hrtimer_reprogram() 1125 if (reprogram && timer == cpu_base->next_timer) in __remove_hrtimer() 1227 force_local &= base->cpu_base->next_timer == timer; in __hrtimer_start_range_ns() [all …]
|
| H A D | tick-sched.h | 88 u64 next_timer; member
|
| H A D | timer_list.c | 166 P(next_timer); in print_cpu()
|
| H A D | tick-sched.c | 945 ts->next_timer = next_tick; in tick_nohz_next_event()
|
| /linux/include/linux/ |
| H A D | hrtimer_defs.h | 122 struct hrtimer *next_timer; member
|
| /linux/drivers/scsi/fcoe/ |
| H A D | fcoe_ctlr.c | 823 unsigned long next_timer = jiffies + msecs_to_jiffies(FIP_VN_KA_PERIOD); in fcoe_ctlr_age_fcfs() local 842 } else if (time_after(next_timer, deadline)) in fcoe_ctlr_age_fcfs() 843 next_timer = deadline; in fcoe_ctlr_age_fcfs() 859 if (time_after(next_timer, deadline)) in fcoe_ctlr_age_fcfs() 860 next_timer = deadline; in fcoe_ctlr_age_fcfs() 877 return next_timer; in fcoe_ctlr_age_fcfs() 1798 unsigned long next_timer; in fcoe_ctlr_timer_work() local 1810 next_timer = fcoe_ctlr_age_fcfs(fip); in fcoe_ctlr_timer_work() 1817 } else if (time_after(next_timer, fip->sel_time)) in fcoe_ctlr_timer_work() 1818 next_timer = fip->sel_time; in fcoe_ctlr_timer_work() [all …]
|
| /linux/drivers/net/ethernet/rocker/ |
| H A D | rocker_ofdpa.c | 1989 unsigned long next_timer = jiffies + ofdpa->ageing_time; in ofdpa_fdb_cleanup() local 2008 } else if (time_before(expires, next_timer)) { in ofdpa_fdb_cleanup() 2009 next_timer = expires; in ofdpa_fdb_cleanup() 2015 mod_timer(&ofdpa->fdb_cleanup_timer, round_jiffies_up(next_timer)); in ofdpa_fdb_cleanup()
|