Searched refs:next_wakeup (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/pmdomain/
H A Dgovernor.c128 ktime_t next_wakeup; local
144 next_wakeup = to_gpd_data(pdd)->td->next_wakeup;
145 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now))
146 if (ktime_before(next_wakeup, domain_wakeup))
147 domain_wakeup = next_wakeup;
153 next_wakeup = cgd ? cgd->next_wakeup : KTIME_MAX;
154 if (next_wakeup !
[all...]
H A Dcore.c522 * Although devices are expected to update the next_wakeup after the end of
537 td->next_wakeup = next;
1586 td->next_wakeup = KTIME_MAX;
2050 gd->next_wakeup = KTIME_MAX;
/linux-master/include/linux/
H A Dpm_domain.h130 ktime_t next_wakeup; member in struct:genpd_governor_data
221 ktime_t next_wakeup; member in struct:gpd_timing_data
/linux-master/fs/ext4/
H A Dsuper.c3781 unsigned long next_wakeup, cur; local
3788 next_wakeup = MAX_JIFFY_OFFSET;
3802 if (time_before(elr->lr_next_sched, next_wakeup))
3803 next_wakeup = elr->lr_next_sched;
3831 if (time_before(elr->lr_next_sched, next_wakeup))
3832 next_wakeup = elr->lr_next_sched;
3839 if ((time_after_eq(cur, next_wakeup)) ||
3840 (MAX_JIFFY_OFFSET == next_wakeup)) {
3845 schedule_timeout_interruptible(next_wakeup - cur);

Completed in 151 milliseconds