Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/bcache/
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-v4.19/include/linux/
Djiffies.h134 #define time_after64(a,b) \ macro
138 #define time_before64(a,b) time_after64(b,a)
156 #define time_is_before_jiffies64(a) time_after64(get_jiffies_64(), a)
/Linux-v4.19/sound/firewire/
Dlib.c93 if (time_after64(delay, now)) in snd_fw_schedule_registration()
/Linux-v4.19/arch/s390/kernel/
Dvtime.c150 time_after64(jiffies_64, this_cpu_read(mt_scaling_jiffies))) in do_account_vtime()
/Linux-v4.19/drivers/firewire/
Dcore-card.c342 grace = time_after64(get_jiffies_64(), in bm_work()
/Linux-v4.19/drivers/cpufreq/
Dintel_pstate.c1506 expired = time_after64(cpu->sample.time, cpu->last_update + in intel_pstate_hwp_boost_down()
/Linux-v4.19/drivers/target/sbp/
Dsbp_target.c671 } else if (!time_after64(get_jiffies_64(), sess->reconnect_expires)) { in session_maintenance_work()
/Linux-v4.19/drivers/scsi/
Dhpsa.c8173 if (time_after64(h->last_intr_timestamp + in detect_controller_lockup()
8182 if (time_after64(h->last_heartbeat_timestamp + in detect_controller_lockup()