Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Djiffies.h212 #define time_before64(a,b) time_after64(b,a) macro
284 #define time_is_after_jiffies64(a) time_before64(get_jiffies_64(), a)
/linux-6.15/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()
/linux-6.15/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()
/linux-6.15/drivers/i2c/busses/
H A Di2c-octeon-core.c62 time_before64(get_jiffies_64(), end)) in octeon_i2c_wait()
156 time_before64(get_jiffies_64(), end)) in octeon_i2c_hlc_wait()
/linux-6.15/drivers/md/
H A Ddm-ps-historical-service-time.c486 if (time_before64(now, start_time)) in path_service_time()
/linux-6.15/fs/fuse/
H A Ddir.c209 else if (time_before64(fuse_dentry_time(entry), get_jiffies_64()) || in fuse_dentry_revalidate()
299 return time_before64(fuse_dentry_time(dentry), get_jiffies_64()); in fuse_dentry_delete()
1354 sync = time_before64(fi->i_time, get_jiffies_64()); in fuse_update_get_attr()
1574 time_before64(fi->i_time, get_jiffies_64())) { in fuse_permission()
/linux-6.15/drivers/firewire/
H A Dcore-card.c244 time_before64(get_jiffies_64(), card->reset_jiffies + 2 * HZ)) { in br_work()
H A Dcore-device.c859 if (time_before64(get_jiffies_64(), in fw_device_shutdown()
H A Dcore-cdev.c1328 time_before64(get_jiffies_64(), client->device->card->reset_jiffies + HZ)) { in iso_resource_work()
/linux-6.15/block/
H A Dblk-iocost.c1367 if (time_before64(now->now, iocg->delay_at)) in iocg_kick_delay()
2106 if (time_before64(now->now, ioc->dfgv_period_at + DFGV_PERIOD)) in ioc_forgive_debts()
2305 time_before64(vdone, now.vnow - period_vtime)) in ioc_timer_fn()
2319 time_before64(vtime, now.vnow - ioc->margins.low))) { in ioc_timer_fn()
H A Dblk-cgroup.c1911 if (time_before64(old + NSEC_PER_SEC, now) && in blkcg_scale_delay()
/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c2341 if (time_before64(sched->resched_target, sched->last_tick) || in tick_ctx_update_resched_target()
2342 time_before64(resched_target, sched->resched_target)) in tick_ctx_update_resched_target()
2370 if (time_before64(now, sched->resched_target)) in tick_work()
2585 time_before64(now, sched->resched_target)) in group_schedule_locked()
/linux-6.15/drivers/net/phy/
H A Dmxl-gpy.c823 if (time_before64(now, priv->lb_dis_to)) in gpy_loopback()
/linux-6.15/fs/bcachefs/
H A Dutil.c516 if (time_before64(now + NSEC_PER_SEC, d->next)) in bch2_ratelimit_increment()
H A Dalloc_foreground.c1261 if (!oldest || time_before64(wp->last_used, oldest->last_used)) in writepoint_find()
/linux-6.15/drivers/gpu/drm/
H A Ddrm_gpusvm.c2010 if (time_before64(get_jiffies_64(), in __drm_gpusvm_migrate_to_ram()
/linux-6.15/mm/
H A Dmemcontrol.c3346 if (time_before64(frn->at, oldest_at) && in mem_cgroup_track_foreign_dirty_slowpath()
3365 if (time_before64(frn->at, now - update_intv)) in mem_cgroup_track_foreign_dirty_slowpath()
/linux-6.15/kernel/sched/
H A Dext.c1843 return time_before64(a->scx.dsq_vtime, b->scx.dsq_vtime); in scx_dsq_priq_less()
2713 time_before64(ktime_get_ns(), until)); in scx_ops_breather()
/linux-6.15/drivers/cpufreq/
H A Dintel_pstate.c2393 if (time_before64(time, cpu->last_io_update + 2 * TICK_NSEC)) in intel_pstate_update_util_hwp_local()
/linux-6.15/net/netfilter/
H A Dnf_tables_api.c5986 if (time_before64(now, expires)) in nf_tables_fill_setelem()