Home
last modified time | relevance | path

Searched refs:KTIME_MIN (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dtime64.h31 #define KTIME_MIN (-KTIME_MAX - 1) macro
33 #define KTIME_SEC_MIN (KTIME_MIN / NSEC_PER_SEC)
142 return KTIME_MIN; in timespec64_to_ns()
/linux/net/rxrpc/
H A Drtt.c203 call->rtt_last_req = KTIME_MIN; in rxrpc_call_init_rtt()
H A Dsendmsg.c289 tq->xmit_ts_base = KTIME_MIN; in rxrpc_alloc_txqueue()
H A Doutput.c527 if (tq->xmit_ts_base == KTIME_MIN) { in rxrpc_prepare_txqueue()
/linux/drivers/thermal/
H A Dthermal_debugfs.c568 tze->duration = KTIME_MIN; in thermal_debugfs_tz_event_alloc()
798 if (tze->duration == KTIME_MIN) { in tze_seq_show()