Searched refs:time_before64 (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.10/include/linux/ |
D | jiffies.h | 137 #define time_before64(a,b) time_after64(b,a) macro 159 #define time_is_after_jiffies64(a) time_before64(get_jiffies_64(), a)
|
/Linux-v5.10/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 | 92 (error > 0 && time_before64(local_clock(), in __update_writeback_rate()
|
/Linux-v5.10/arch/x86/kernel/cpu/mce/ |
D | therm_throt.c | 260 if (time_before64(now, state->next_check) && in throttle_active_work() 388 if (time_before64(now, state->next_check)) in thresh_event_valid()
|
/Linux-v5.10/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-v5.10/drivers/md/ |
D | dm-historical-service-time.c | 483 if (time_before64(sched_now, start_time)) in path_service_time()
|
/Linux-v5.10/fs/fuse/ |
D | dir.c | 207 else if (time_before64(fuse_dentry_time(entry), get_jiffies_64()) || in fuse_dentry_revalidate() 301 return time_before64(fuse_dentry_time(dentry), get_jiffies_64()); in fuse_dentry_delete() 1061 sync = time_before64(fi->i_time, get_jiffies_64()); in fuse_update_get_attr() 1247 time_before64(fi->i_time, get_jiffies_64())) { in fuse_permission()
|
/Linux-v5.10/drivers/firewire/ |
D | core-card.c | 246 time_before64(get_jiffies_64(), card->reset_jiffies + 2 * HZ)) { in br_work()
|
D | core-device.c | 795 if (time_before64(get_jiffies_64(), in fw_device_shutdown()
|
D | core-cdev.c | 1246 time_before64(get_jiffies_64(), in iso_resource_work()
|
/Linux-v5.10/block/ |
D | blk-iocost.c | 2017 if (time_before64(now->now, ioc->dfgv_period_at + DFGV_PERIOD)) in ioc_forgive_debts() 2195 time_before64(vdone, now.vnow - period_vtime)) in ioc_timer_fn() 2227 time_before64(vtime, now.vnow - ioc->margins.low))) { in ioc_timer_fn()
|
D | blk-cgroup.c | 1598 if (time_before64(old + NSEC_PER_SEC, now) && in blkcg_scale_delay()
|
/Linux-v5.10/drivers/cpufreq/ |
D | intel_pstate.c | 1838 if (time_before64(time, cpu->last_io_update + 2 * TICK_NSEC)) in intel_pstate_update_util_hwp_local()
|
/Linux-v5.10/mm/ |
D | memcontrol.c | 4691 if (time_before64(frn->at, oldest_at) && in mem_cgroup_track_foreign_dirty_slowpath() 4710 if (time_before64(frn->at, now - update_intv)) in mem_cgroup_track_foreign_dirty_slowpath()
|
/Linux-v5.10/net/netfilter/ |
D | nf_tables_api.c | 4628 if (time_before64(now, expires)) in nf_tables_fill_setelem()
|