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.c512 * Although devices are expected to update the next_wakeup after the end of
527 td->next_wakeup = next;
1575 td->next_wakeup = KTIME_MAX;
2039 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.c3803 unsigned long next_wakeup, cur; local
3810 next_wakeup = MAX_JIFFY_OFFSET;
3824 if (time_before(elr->lr_next_sched, next_wakeup))
3825 next_wakeup = elr->lr_next_sched;
3853 if (time_before(elr->lr_next_sched, next_wakeup))
3854 next_wakeup = elr->lr_next_sched;
3861 if ((time_after_eq(cur, next_wakeup)) ||
3862 (MAX_JIFFY_OFFSET == next_wakeup)) {
3867 schedule_timeout_interruptible(next_wakeup - cur);

Completed in 139 milliseconds