Searched refs:next_wakeup (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/base/power/ |
H A D | domain_governor.c | 126 ktime_t next_wakeup; in update_domain_next_wakeup() local 142 next_wakeup = to_gpd_data(pdd)->td->next_wakeup; in update_domain_next_wakeup() 143 if (next_wakeup != KTIME_MAX && !ktime_before(next_wakeup, now)) in update_domain_next_wakeup() 144 if (ktime_before(next_wakeup, domain_wakeup)) in update_domain_next_wakeup() 145 domain_wakeup = next_wakeup; in update_domain_next_wakeup() 151 next_wakeup = cgd ? cgd->next_wakeup : KTIME_MAX; in update_domain_next_wakeup() 152 if (next_wakeup ! in update_domain_next_wakeup() [all...] |
H A D | domain.c | 475 * Although devices are expected to update the next_wakeup after the end of 490 td->next_wakeup = next; in dev_pm_genpd_set_next_wakeup() 1537 td->next_wakeup = KTIME_MAX; in genpd_alloc_dev_data() 2001 gd->next_wakeup = KTIME_MAX; in genpd_alloc_data()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pm_domain.h | 98 ktime_t next_wakeup; member 192 ktime_t next_wakeup; member
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | super.c | 3516 unsigned long next_wakeup, cur; in ext4_lazyinit_thread() local 3523 next_wakeup = MAX_JIFFY_OFFSET; in ext4_lazyinit_thread() 3537 if (time_before(elr->lr_next_sched, next_wakeup)) in ext4_lazyinit_thread() 3538 next_wakeup = elr->lr_next_sched; in ext4_lazyinit_thread() 3567 if (time_before(elr->lr_next_sched, next_wakeup)) in ext4_lazyinit_thread() 3568 next_wakeup = elr->lr_next_sched; in ext4_lazyinit_thread() 3575 if ((time_after_eq(cur, next_wakeup)) || in ext4_lazyinit_thread() 3576 (MAX_JIFFY_OFFSET == next_wakeup)) { in ext4_lazyinit_thread() 3581 schedule_timeout_interruptible(next_wakeup - cur); in ext4_lazyinit_thread()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | super.c | 3805 unsigned long next_wakeup, cur; in ext4_lazyinit_thread() local 3812 next_wakeup = MAX_JIFFY_OFFSET; in ext4_lazyinit_thread() 3826 if (time_before(elr->lr_next_sched, next_wakeup)) in ext4_lazyinit_thread() 3827 next_wakeup = elr->lr_next_sched; in ext4_lazyinit_thread() 3855 if (time_before(elr->lr_next_sched, next_wakeup)) in ext4_lazyinit_thread() 3856 next_wakeup = elr->lr_next_sched; in ext4_lazyinit_thread() 3863 if ((time_after_eq(cur, next_wakeup)) || in ext4_lazyinit_thread() 3864 (MAX_JIFFY_OFFSET == next_wakeup)) { in ext4_lazyinit_thread() 3869 schedule_timeout_interruptible(next_wakeup - cur); in ext4_lazyinit_thread()
|
Completed in 26 milliseconds