Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Djiffies.h138 #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/
Dtherm_throt.c177 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/
Dutil.c213 if (time_before64(now + NSEC_PER_SEC * 5LLU / 2LLU, d->next)) in bch_next_delay()
Dwriteback.c83 (error > 0 && time_before64(local_clock(), in __update_writeback_rate()
/Linux-v4.19/drivers/i2c/busses/
Di2c-octeon-core.c57 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/
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-v4.19/fs/fuse/
Ddir.c192 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/
Dblk-cgroup.c1635 if (time_before64(old + NSEC_PER_SEC, now) && in blkcg_scale_delay()
/Linux-v4.19/drivers/cpufreq/
Dintel_pstate.c1532 if (time_before64(time, cpu->last_io_update + 2 * TICK_NSEC)) in intel_pstate_update_util_hwp_local()
/Linux-v4.19/net/netfilter/
Dnf_tables_api.c3807 if (time_before64(now, expires)) in nf_tables_fill_setelem()