Home
last modified time | relevance | path

Searched refs:time_before (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Djiffies.h110 #define time_before(a,b) time_after(b,a) macro
130 time_before(a,c))
155 #define time_is_after_jiffies(a) time_before(jiffies, a)
Dserial_core.h469 if (ch && time_before(jiffies, port->sysrq)) { in uart_handle_sysrq_char()
/include/net/
Ddst.h261 if (dst->expires == 0 || time_before(expires, dst->expires)) in dst_set_expires()