Home
last modified time | relevance | path

Searched refs:time_after64 (Results 1 – 19 of 19) sorted by relevance

/linux-6.15/drivers/md/bcache/
H A Dutil.c170 duration = time_after64(now, start_time) in bch_time_stats_update()
172 last = time_after64(now, stats->last) in bch_time_stats_update()
216 if (time_after64(now - NSEC_PER_SEC * 2, d->next)) in bch_next_delay()
219 return time_after64(d->next, now) in bch_next_delay()
/linux-6.15/include/linux/
H A Djiffies.h198 #define time_after64(a,b) \ macro
212 #define time_before64(a,b) time_after64(b,a)
269 #define time_is_before_jiffies64(a) time_after64(get_jiffies_64(), a)
/linux-6.15/fs/bcachefs/
H A Dtime_stats.c78 if (time_after64(end, start)) { in time_stats_update_one()
93 if (stats->last_event && time_after64(end, stats->last_event)) { in time_stats_update_one()
H A Dutil.c500 return time_after64(d->next, now) in bch2_ratelimit_delay()
519 if (time_after64(now - NSEC_PER_SEC * 2, d->next)) in bch2_ratelimit_increment()
561 time_after64(local_clock(), in bch2_pd_controller_update()
H A Dsix.c380 if (!(++loop & 0xf) && (time_after64(sched_clock(), end_time))) { in six_optimistic_spin()
H A Dio_write.c75 u64 io_latency = time_after64(now, submit_time) in bch2_latency_acct()
637 time_after64(now, wp->last_state_change)) in __wp_update_state()
H A Dio_read.c61 if (time_after64(now, last)) in bch2_target_congested()
H A Dbtree_iter.c3261 time_after64(now, trans->last_begin_time + 10)) in bch2_trans_begin()
3267 time_after64(now, trans->last_begin_time + BTREE_TRANS_MAX_LOCK_HOLD_TIME_NS))) { in bch2_trans_begin()
/linux-6.15/drivers/media/test-drivers/vidtv/
H A Dvidtv_mux.c255 return time_after64(m->timing.current_jiffies, next_pcr_at); in vidtv_mux_should_push_pcr()
269 return time_after64(m->timing.current_jiffies, next_si_at); in vidtv_mux_should_push_si()
/linux-6.15/arch/s390/kernel/
H A Dvtime.c141 time_after64(jiffies_64, this_cpu_read(mt_scaling_jiffies))) in do_account_vtime()
/linux-6.15/drivers/md/
H A Ddm-ps-historical-service-time.c482 if (time_after64(pi->last_finish, start_time)) in path_service_time()
/linux-6.15/block/
H A Dblk-iocost.c1763 time_after64(vtime, now->vnow - ioc->margins.min)) in hweight_after_donation()
2302 time_after64(vtime, vdone) && in ioc_timer_fn()
2303 time_after64(vtime, now.vnow - in ioc_timer_fn()
2332 if (time_after64(iocg->activated_at, ioc->period_at)) in ioc_timer_fn()
2519 } while (time_after64(vtime + cost, now->vnow) && in adjust_inuse_and_calc_cost()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c146 if (time_after64(bulk_query_time, counter->cache.lastuse)) in mlx5_fc_stats_query_all_counters()
/linux-6.15/drivers/firewire/
H A Dcore-card.c329 grace = time_after64(get_jiffies_64(), in bm_work()
/linux-6.15/mm/
H A Dmemcontrol.c643 if (time_after64(jiffies_64, READ_ONCE(flush_last_time) + 2*FLUSH_TIME)) in mem_cgroup_flush_stats_ratelimited()
3393 if (time_after64(frn->at, now - intv) && in mem_cgroup_flush_foreign()
/linux-6.15/drivers/target/sbp/
H A Dsbp_target.c658 } else if (!time_after64(get_jiffies_64(), sess->reconnect_expires)) { in session_maintenance_work()
/linux-6.15/drivers/cpufreq/
H A Dintel_pstate.c2367 expired = time_after64(cpu->sample.time, cpu->last_update + in intel_pstate_hwp_boost_down()
/linux-6.15/drivers/scsi/
H A Dhpsa.c8295 if (time_after64(h->last_intr_timestamp + in detect_controller_lockup()
8304 if (time_after64(h->last_heartbeat_timestamp + in detect_controller_lockup()
/linux-6.15/kernel/sched/
H A Dext.c3388 return time_after64(a->scx.core_sched_at, b->scx.core_sched_at); in scx_prio_less()