Searched refs:expires (Results 1 – 7 of 7) sorted by relevance
74 if ( ((nxt+1) <= sz) && (heap[nxt+1]->expires < heap[nxt]->expires) ) in down_heap()76 if ( heap[nxt]->expires > t->expires ) in down_heap()92 while ( (pos > 1) && (t->expires < heap[pos>>1]->expires) ) in up_heap()121 if ( (pos > 1) && (heap[pos]->expires < heap[pos>>1]->expires) ) in remove_from_heap()169 while ( ((curr = *_pprev) != NULL) && (curr->expires <= t->expires) ) in add_to_list()312 void set_timer(struct timer *timer, s_time_t expires) in set_timer() argument322 timer->expires = expires; in set_timer()351 ret = active_timer(timer) && timer->expires <= t; in timer_expires_before()496 ((t = heap[1])->expires < now) ) in timer_softirq_action()522 deadline = heap[1]->expires; in timer_softirq_action()[all …]
287 i, (u32)((d->watchdog_timer[i].expires - NOW()) >> 30)); in dump_domains()
168 s_time_t expires; in vtimer_cntp_ctl() local190 expires = v->arch.phys_timer.cval > boot_count in vtimer_cntp_ctl()192 set_timer(&v->arch.phys_timer.timer, expires); in vtimer_cntp_ctl()205 s_time_t expires; in vtimer_cntp_tval() local226 expires = v->arch.phys_timer.cval > boot_count in vtimer_cntp_tval()228 set_timer(&v->arch.phys_timer.timer, expires); in vtimer_cntp_tval()238 s_time_t expires; in vtimer_cntp_cval() local257 expires = v->arch.phys_timer.cval > boot_count in vtimer_cntp_cval()259 set_timer(&v->arch.phys_timer.timer, expires); in vtimer_cntp_cval()
19 s_time_t expires; member65 void set_timer(struct timer *timer, s_time_t expires);
449 s_time_t expires = per_cpu(timer_deadline, cpu); in mwait_idle_with_hints() local466 if ( (expires > NOW() || expires == 0) && !softirq_pending(cpu) ) in mwait_idle_with_hints()479 if ( expires <= NOW() && expires > 0 ) in mwait_idle_with_hints()
387 if ( t->expires <= now ) in cpufreq_dbs_timer_resume()
1195 if ( dbgp->timer.expires > goal ) in ehci_dbgp_flush()1425 dbgp->timer.expires = 0; in ehci_dbgp_suspend()
Completed in 16 milliseconds