Searched refs:time_after64 (Results 1 – 9 of 9) sorted by relevance
| /linux/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/include/linux/ |
| H A D | jiffies.h | 194 #define time_after64(a,b) \ macro 208 #define time_before64(a,b) time_after64(b,a) 265 #define time_is_before_jiffies64(a) time_after64(get_jiffies_64(), a)
|
| /linux/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/arch/s390/kernel/ |
| H A D | vtime.c | 139 if (smp_cpu_mtid && time_after64(jiffies_64, __this_cpu_read(mt_scaling_jiffies))) in do_account_vtime()
|
| /linux/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/mm/ |
| H A D | memcontrol.c | 743 if (time_after64(jiffies_64, READ_ONCE(flush_last_time) + 2*FLUSH_TIME)) in mem_cgroup_flush_stats_ratelimited() 3788 if (time_after64(frn->at, now - intv) && in mem_cgroup_flush_foreign()
|
| /linux/drivers/cpufreq/ |
| H A D | intel_pstate.c | 2422 expired = time_after64(cpu->sample.time, cpu->last_update + in intel_pstate_hwp_boost_down()
|
| /linux/drivers/scsi/ |
| H A D | hpsa.c | 8286 if (time_after64(h->last_intr_timestamp + in detect_controller_lockup() 8295 if (time_after64(h->last_heartbeat_timestamp + in detect_controller_lockup()
|
| /linux/kernel/sched/ |
| H A D | ext.c | 3250 return time_after64(a->scx.core_sched_at, b->scx.core_sched_at); in scx_prio_less()
|