Home
last modified time | relevance | path

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

/linux/include/linux/
H A Djiffies.h208 #define time_before64(a,b) time_after64(b,a) macro
280 #define time_is_after_jiffies64(a) time_before64(get_jiffies_64(), a)
/linux/drivers/md/bcache/
H A Dutil.c213 if (time_before64(now + NSEC_PER_SEC * 5LLU / 2LLU, d->next)) in bch_next_delay()
/linux/drivers/i2c/busses/
H A Di2c-octeon-core.c62 time_before64(get_jiffies_64(), end)) in octeon_i2c_wait()
182 time_before64(get_jiffies_64(), end)) in octeon_i2c_hlc_wait()
/linux/drivers/md/
H A Ddm-ps-historical-service-time.c486 if (time_before64(now, start_time)) in path_service_time()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c2435 if (time_before64(sched->resched_target, sched->last_tick) || in tick_ctx_update_resched_target()
2436 time_before64(resched_target, sched->resched_target)) in tick_ctx_update_resched_target()
2469 if (time_before64(now, resched_target)) in tick_work()
2664 time_before64(now, sched->resched_target)) in sched_resume_tick()
/linux/drivers/gpu/drm/
H A Ddrm_pagemap.c1138 if (time_before64(get_jiffies_64(), zdd->devmem_allocation->timeslice_expiration)) in __drm_pagemap_migrate_to_ram()
/linux/mm/
H A Dmemcontrol.c3741 if (time_before64(frn->at, oldest_at) && in mem_cgroup_track_foreign_dirty_slowpath()
3760 if (time_before64(frn->at, now - update_intv)) in mem_cgroup_track_foreign_dirty_slowpath()
/linux/include/net/
H A Dsock.h2688 if (time_before64(get_jiffies_64(), in mem_cgroup_sk_under_memory_pressure()
/linux/drivers/cpufreq/
H A Dintel_pstate.c2448 if (time_before64(time, cpu->last_io_update + 2 * TICK_NSEC)) in intel_pstate_update_util_hwp_local()
/linux/kernel/sched/
H A Dext.c1320 return time_before64(a->scx.dsq_vtime, b->scx.dsq_vtime); in scx_dsq_priq_less()
/linux/net/netfilter/
H A Dnf_tables_api.c6187 if (time_before64(now, expires)) in nf_tables_fill_setelem()