time_before_eq    120 include/linux/jiffies.h 	 time_before_eq(a,c))
time_before_eq    151 include/linux/jiffies.h #define time_is_after_eq_jiffies(a) time_before_eq(jiffies, a)
time_before_eq    945 kernel/timer.c 	if (time_before_eq(expires, now))
time_before_eq    454 net/802/tr.c   			if (time_before_eq(expires, jiffies)) {
time_before_eq     64 net/bridge/br_fdb.c 		&& time_before_eq(fdb->ageing_timer + hold_time(br), jiffies);
time_before_eq    136 net/bridge/br_fdb.c 			if (time_before_eq(this_timer, jiffies))
time_before_eq    799 net/core/neighbour.c 		if (time_before_eq(now,
time_before_eq    803 net/core/neighbour.c 		} else if (time_before_eq(now,
time_before_eq    818 net/core/neighbour.c 		if (time_before_eq(now,
time_before_eq    372 net/ipv4/inet_timewait_sock.c 		if (time_before_eq(j, now)) {
time_before_eq    789 net/ipv4/route.c 				if (time_before_eq(jiffies, rth->u.dst.expires)) {
time_before_eq    968 net/ipv4/route.c 	} while (!in_softirq() && time_before_eq(jiffies, now));
time_before_eq   2464 net/ipv4/tcp_output.c 		    time_before_eq(icsk->icsk_ack.timeout, jiffies + (ato >> 2))) {