Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Djiffies.h209 #define time_before64(a,b) time_after64(b,a) macro
281 #define time_is_after_jiffies64(a) time_before64(get_jiffies_64(), a)
/openbmc/linux/drivers/md/bcache/
H A Dutil.c213 if (time_before64(now + NSEC_PER_SEC * 5LLU / 2LLU, d->next)) in bch_next_delay()
H A Dwriteback.c130 (error > 0 && time_before64(local_clock(), in __update_writeback_rate()
/openbmc/linux/drivers/thermal/intel/
H A Dtherm_throt.c321 if (time_before64(now, state->next_check) && in throttle_active_work()
449 if (time_before64(now, state->next_check)) in thresh_event_valid()
/openbmc/linux/drivers/i2c/busses/
H A 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()
/openbmc/linux/drivers/md/
H A Ddm-ps-historical-service-time.c486 if (time_before64(now, start_time)) in path_service_time()
/openbmc/linux/fs/fuse/
H A Ddir.c206 else if (time_before64(fuse_dentry_time(entry), get_jiffies_64()) || in fuse_dentry_revalidate()
300 return time_before64(fuse_dentry_time(dentry), get_jiffies_64()); in fuse_dentry_delete()
1311 sync = time_before64(fi->i_time, get_jiffies_64()); in fuse_update_get_attr()
1523 time_before64(fi->i_time, get_jiffies_64())) { in fuse_permission()
/openbmc/linux/drivers/firewire/
H A Dcore-card.c246 time_before64(get_jiffies_64(), card->reset_jiffies + 2 * HZ)) { in br_work()
H A Dcore-device.c789 if (time_before64(get_jiffies_64(), in fw_device_shutdown()
H A Dcore-cdev.c1321 time_before64(get_jiffies_64(), in iso_resource_work()
/openbmc/linux/block/
H A Dblk-iocost.c1360 if (time_before64(now->now, iocg->delay_at)) in iocg_kick_delay()
2099 if (time_before64(now->now, ioc->dfgv_period_at + DFGV_PERIOD)) in ioc_forgive_debts()
2296 time_before64(vdone, now.vnow - period_vtime)) in ioc_timer_fn()
2310 time_before64(vtime, now.vnow - ioc->margins.low))) { in ioc_timer_fn()
H A Dblk-cgroup.c1851 if (time_before64(old + NSEC_PER_SEC, now) && in blkcg_scale_delay()
/openbmc/linux/drivers/net/phy/
H A Dmxl-gpy.c795 if (time_before64(now, priv->lb_dis_to)) in gpy_loopback()
/openbmc/linux/mm/
H A Dmemcontrol.c4690 if (time_before64(frn->at, oldest_at) && in mem_cgroup_track_foreign_dirty_slowpath()
4709 if (time_before64(frn->at, now - update_intv)) in mem_cgroup_track_foreign_dirty_slowpath()
/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c2170 if (time_before64(time, cpu->last_io_update + 2 * TICK_NSEC)) in intel_pstate_update_util_hwp_local()
/openbmc/linux/net/netfilter/
H A Dnf_tables_api.c5679 if (time_before64(now, expires)) in nf_tables_fill_setelem()