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

/linux-master/drivers/pmdomain/
H A Dcore.c512 * Although devices are expected to update the next_wakeup after the end of
527 td->next_wakeup = next;
1576 td->next_wakeup = KTIME_MAX;
2040 gd->next_wakeup = KTIME_MAX;
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...]
/linux-master/fs/ext4/
H A Dsuper.c3799 unsigned long next_wakeup, cur; local
3806 next_wakeup = MAX_JIFFY_OFFSET;
3820 if (time_before(elr->lr_next_sched, next_wakeup))
3821 next_wakeup = elr->lr_next_sched;
3849 if (time_before(elr->lr_next_sched, next_wakeup))
3850 next_wakeup = elr->lr_next_sched;
3857 if ((time_after_eq(cur, next_wakeup)) ||
3858 (MAX_JIFFY_OFFSET == next_wakeup)) {
3863 schedule_timeout_interruptible(next_wakeup - cur);
/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

Completed in 236 milliseconds