Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/arch/x86/kernel/cpu/mce/
Dtherm_throt.c181 if (time_before64(now, state->next_check) && in therm_throt_process()
219 if (time_before64(now, state->next_check)) in thresh_event_valid()
/Linux-v5.4/drivers/md/bcache/
Dutil.c213 if (time_before64(now + NSEC_PER_SEC * 5LLU / 2LLU, d->next)) in bch_next_delay()
Dwriteback.c92 (error > 0 && time_before64(local_clock(), in __update_writeback_rate()
/Linux-v5.4/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-v5.4/fs/fuse/
Ddir.c206 else if (time_before64(fuse_dentry_time(entry), get_jiffies_64()) || in fuse_dentry_revalidate()
297 return time_before64(fuse_dentry_time(dentry), get_jiffies_64()); in fuse_dentry_delete()
974 sync = time_before64(fi->i_time, get_jiffies_64()); in fuse_update_get_attr()
1160 time_before64(fi->i_time, get_jiffies_64())) { in fuse_permission()
/Linux-v5.4/block/
Dblk-iocost.c1081 time_before64(vtime, vmin)) { in iocg_activate()
1419 time_before64(vdone, now.vnow - period_vtime)) in ioc_timer_fn()
1424 else if (time_before64(iocg->last_vtime, vtime)) in ioc_timer_fn()
1454 time_before64(vtime, vmin)) { in ioc_timer_fn()
Dblk-cgroup.c1656 if (time_before64(old + NSEC_PER_SEC, now) && in blkcg_scale_delay()
/Linux-v5.4/drivers/firewire/
Dcore-card.c246 time_before64(get_jiffies_64(), card->reset_jiffies + 2 * HZ)) { in br_work()
Dcore-device.c795 if (time_before64(get_jiffies_64(), in fw_device_shutdown()
Dcore-cdev.c1248 time_before64(get_jiffies_64(), in iso_resource_work()
/Linux-v5.4/drivers/cpufreq/
Dintel_pstate.c1673 if (time_before64(time, cpu->last_io_update + 2 * TICK_NSEC)) in intel_pstate_update_util_hwp_local()
/Linux-v5.4/mm/
Dmemcontrol.c4475 if (time_before64(frn->at, oldest_at) && in mem_cgroup_track_foreign_dirty_slowpath()
4494 if (time_before64(frn->at, now - update_intv)) in mem_cgroup_track_foreign_dirty_slowpath()
/Linux-v5.4/net/netfilter/
Dnf_tables_api.c4014 if (time_before64(now, expires)) in nf_tables_fill_setelem()