Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/include/linux/
H A Djiffies.h195 #define time_after64(a,b) \ macro
209 #define time_before64(a,b) time_after64(b,a)
266 #define time_is_before_jiffies64(a) time_after64(get_jiffies_64(), a)
/openbmc/linux/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()
/openbmc/linux/arch/s390/kernel/
H A Dvtime.c147 time_after64(jiffies_64, this_cpu_read(mt_scaling_jiffies))) in do_account_vtime()
/openbmc/linux/drivers/md/
H A Ddm-ps-historical-service-time.c482 if (time_after64(pi->last_finish, start_time)) in path_service_time()
/openbmc/linux/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()
/openbmc/linux/drivers/firewire/
H A Dcore-card.c329 grace = time_after64(get_jiffies_64(), in bm_work()
/openbmc/linux/drivers/target/sbp/
H A Dsbp_target.c658 } else if (!time_after64(get_jiffies_64(), sess->reconnect_expires)) { in session_maintenance_work()
/openbmc/linux/mm/
H A Dmemcontrol.c669 if (time_after64(jiffies_64, READ_ONCE(flush_next_time))) in mem_cgroup_flush_stats_ratelimited()
4742 if (time_after64(frn->at, now - intv) && in mem_cgroup_flush_foreign()
/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c2143 expired = time_after64(cpu->sample.time, cpu->last_update + in intel_pstate_hwp_boost_down()
/openbmc/linux/drivers/scsi/
H A Dhpsa.c8302 if (time_after64(h->last_intr_timestamp + in detect_controller_lockup()
8311 if (time_after64(h->last_heartbeat_timestamp + in detect_controller_lockup()