Searched refs:time_before64 (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/include/linux/ |
D | jiffies.h | 138 #define time_before64(a,b) time_after64(b,a) macro 160 #define time_is_after_jiffies64(a) time_before64(get_jiffies_64(), a)
|
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/ |
D | therm_throt.c | 177 if (time_before64(now, state->next_check) && in therm_throt_process() 215 if (time_before64(now, state->next_check)) in thresh_event_valid()
|
/Linux-v4.19/drivers/md/bcache/ |
D | util.c | 213 if (time_before64(now + NSEC_PER_SEC * 5LLU / 2LLU, d->next)) in bch_next_delay()
|
D | writeback.c | 83 (error > 0 && time_before64(local_clock(), in __update_writeback_rate()
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-octeon-core.c | 57 time_before64(get_jiffies_64(), end)) in octeon_i2c_wait() 151 time_before64(get_jiffies_64(), end)) in octeon_i2c_hlc_wait()
|
/Linux-v4.19/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-v4.19/fs/fuse/ |
D | dir.c | 192 else if (time_before64(fuse_dentry_time(entry), get_jiffies_64()) || in fuse_dentry_revalidate() 946 sync = time_before64(fi->i_time, get_jiffies_64()); in fuse_update_get_attr() 1128 if (time_before64(fi->i_time, get_jiffies_64())) { in fuse_permission()
|
/Linux-v4.19/block/ |
D | blk-cgroup.c | 1635 if (time_before64(old + NSEC_PER_SEC, now) && in blkcg_scale_delay()
|
/Linux-v4.19/drivers/cpufreq/ |
D | intel_pstate.c | 1532 if (time_before64(time, cpu->last_io_update + 2 * TICK_NSEC)) in intel_pstate_update_util_hwp_local()
|
/Linux-v4.19/net/netfilter/ |
D | nf_tables_api.c | 3807 if (time_before64(now, expires)) in nf_tables_fill_setelem()
|