Home
last modified time | relevance | path

Searched refs:time_before64 (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dtherm_throt.c183 if (time_before64(now, state->next_check) && in therm_throt_process()
224 if (time_before64(now, state->next_check)) in thresh_event_valid()
/linux-4.4.14/include/linux/
Djiffies.h135 #define time_before64(a,b) time_after64(b,a) macro
/linux-4.4.14/drivers/md/bcache/
Dutil.c214 if (time_before64(now + NSEC_PER_SEC, d->next)) in bch_next_delay()
/linux-4.4.14/drivers/firewire/
Dcore-card.c259 time_before64(get_jiffies_64(), card->reset_jiffies + 2 * HZ)) { in br_work()
Dcore-device.c808 if (time_before64(get_jiffies_64(), in fw_device_shutdown()
Dcore-cdev.c1261 time_before64(get_jiffies_64(), in iso_resource_work()
/linux-4.4.14/fs/fuse/
Ddir.c198 else if (time_before64(fuse_dentry_time(entry), get_jiffies_64()) || in fuse_dentry_revalidate()
916 if (time_before64(fi->i_time, get_jiffies_64())) { in fuse_update_attributes()
1096 if (time_before64(fi->i_time, get_jiffies_64())) { in fuse_permission()