Searched refs:time_after64 (Results 1 – 8 of 8) 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/block/ |
| H A D | blk-iocost.c | 1754 time_after64(vtime, now->vnow - ioc->margins.min)) in hweight_after_donation() 2293 time_after64(vtime, vdone) && in ioc_timer_fn() 2294 time_after64(vtime, now.vnow - in ioc_timer_fn() 2323 if (time_after64(iocg->activated_at, ioc->period_at)) in ioc_timer_fn() 2516 } while (time_after64(vtime + cost, now->vnow) && in adjust_inuse_and_calc_cost()
|
| /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/drivers/hwmon/ |
| H A D | asus-ec-sensors.c | 1337 if (time_after64(get_jiffies_64(), state->next_update)) { in get_cached_value_or_update()
|
| /linux/drivers/cpufreq/ |
| H A D | intel_pstate.c | 2391 expired = time_after64(cpu->sample.time, cpu->last_update + in intel_pstate_hwp_boost_down()
|
| /linux/drivers/scsi/ |
| H A D | hpsa.c | 8290 if (time_after64(h->last_intr_timestamp + in detect_controller_lockup() 8299 if (time_after64(h->last_heartbeat_timestamp + in detect_controller_lockup()
|