| /linux-6.15/drivers/md/bcache/ |
| H A D | util.c | 170 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 D | jiffies.h | 198 #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 D | time_stats.c | 78 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 D | util.c | 500 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 D | six.c | 380 if (!(++loop & 0xf) && (time_after64(sched_clock(), end_time))) { in six_optimistic_spin()
|
| H A D | io_write.c | 75 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 D | io_read.c | 61 if (time_after64(now, last)) in bch2_target_congested()
|
| H A D | btree_iter.c | 3261 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 D | vidtv_mux.c | 255 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 D | vtime.c | 141 time_after64(jiffies_64, this_cpu_read(mt_scaling_jiffies))) in do_account_vtime()
|
| /linux-6.15/drivers/md/ |
| H A D | dm-ps-historical-service-time.c | 482 if (time_after64(pi->last_finish, start_time)) in path_service_time()
|
| /linux-6.15/block/ |
| H A D | blk-iocost.c | 1763 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 D | fs_counters.c | 146 if (time_after64(bulk_query_time, counter->cache.lastuse)) in mlx5_fc_stats_query_all_counters()
|
| /linux-6.15/drivers/firewire/ |
| H A D | core-card.c | 329 grace = time_after64(get_jiffies_64(), in bm_work()
|
| /linux-6.15/mm/ |
| H A D | memcontrol.c | 643 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 D | sbp_target.c | 658 } else if (!time_after64(get_jiffies_64(), sess->reconnect_expires)) { in session_maintenance_work()
|
| /linux-6.15/drivers/cpufreq/ |
| H A D | intel_pstate.c | 2367 expired = time_after64(cpu->sample.time, cpu->last_update + in intel_pstate_hwp_boost_down()
|
| /linux-6.15/drivers/scsi/ |
| H A D | hpsa.c | 8295 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 D | ext.c | 3388 return time_after64(a->scx.core_sched_at, b->scx.core_sched_at); in scx_prio_less()
|