Home
last modified time | relevance | path

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

/linux-6.15/drivers/pmdomain/
H A Dgovernor.c128 ktime_t next_wakeup; in update_domain_next_wakeup() local
144 next_wakeup = to_gpd_data(pdd)->td->next_wakeup; in update_domain_next_wakeup()
145 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now)) in update_domain_next_wakeup()
146 if (ktime_before(next_wakeup, domain_wakeup)) in update_domain_next_wakeup()
147 domain_wakeup = next_wakeup; in update_domain_next_wakeup()
153 next_wakeup = cgd ? cgd->next_wakeup : KTIME_MAX; in update_domain_next_wakeup()
154 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now)) in update_domain_next_wakeup()
155 if (ktime_before(next_wakeup, domain_wakeup)) in update_domain_next_wakeup()
156 domain_wakeup = next_wakeup; in update_domain_next_wakeup()
159 genpd->gd->next_wakeup = domain_wakeup; in update_domain_next_wakeup()
[all …]
H A Dcore.c584 td->next_wakeup = next; in dev_pm_genpd_set_next_wakeup()
1730 td->next_wakeup = KTIME_MAX; in genpd_alloc_dev_data()
2203 gd->next_wakeup = KTIME_MAX; in genpd_alloc_data()
/linux-6.15/include/linux/
H A Dpm_domain.h143 ktime_t next_wakeup; member
243 ktime_t next_wakeup; member
/linux-6.15/fs/ext4/
H A Dsuper.c3778 unsigned long next_wakeup, cur; in ext4_lazyinit_thread() local
3787 next_wakeup = 0; in ext4_lazyinit_thread()
3801 time_before(elr->lr_next_sched, next_wakeup)) { in ext4_lazyinit_thread()
3802 next_wakeup = elr->lr_next_sched; in ext4_lazyinit_thread()
3833 time_before(elr->lr_next_sched, next_wakeup)) { in ext4_lazyinit_thread()
3834 next_wakeup = elr->lr_next_sched; in ext4_lazyinit_thread()
3843 if (!next_wakeup_initialized || time_after_eq(cur, next_wakeup)) { in ext4_lazyinit_thread()
3848 schedule_timeout_interruptible(next_wakeup - cur); in ext4_lazyinit_thread()