Home
last modified time | relevance | path

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

/include/linux/
A Djiffies.h138 #define time_before(a,b) time_after(b,a) macro
182 time_before(a,c))
277 #define time_is_after_jiffies(a) time_before(jiffies, a)
A Dserial_core.h1175 if (ch && time_before(jiffies, port->sysrq)) { in uart_handle_sysrq_char()
1194 if (ch && time_before(jiffies, port->sysrq)) { in uart_prepare_sysrq_char()
/include/net/
A Ddst.h441 if (!old || time_before(expires, old)) in dst_set_expires()
A Dbonding.h529 if (time_before(slave->target_last_arp_rx[i], ret)) in slave_oldest_target_arp_rx()
A Dip.h480 if (mtu && time_before(jiffies, READ_ONCE(rt->dst.expires))) in ip_dst_mtu_maybe_forward()

Completed in 33 milliseconds