Searched refs:time_before64 (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
D | therm_throt.c | 183 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/ |
D | jiffies.h | 135 #define time_before64(a,b) time_after64(b,a) macro
|
/linux-4.4.14/drivers/md/bcache/ |
D | util.c | 214 if (time_before64(now + NSEC_PER_SEC, d->next)) in bch_next_delay()
|
/linux-4.4.14/drivers/firewire/ |
D | core-card.c | 259 time_before64(get_jiffies_64(), card->reset_jiffies + 2 * HZ)) { in br_work()
|
D | core-device.c | 808 if (time_before64(get_jiffies_64(), in fw_device_shutdown()
|
D | core-cdev.c | 1261 time_before64(get_jiffies_64(), in iso_resource_work()
|
/linux-4.4.14/fs/fuse/ |
D | dir.c | 198 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()
|