sched_next        538 include/net/neighbour.h 	unsigned long sched_next;
sched_next       1534 net/core/neighbour.c 	long sched_next = 0;
sched_next       1541 net/core/neighbour.c 		long tdif = NEIGH_CB(skb)->sched_next - now;
sched_next       1556 net/core/neighbour.c 		} else if (!sched_next || tdif < sched_next)
sched_next       1557 net/core/neighbour.c 			sched_next = tdif;
sched_next       1560 net/core/neighbour.c 	if (sched_next)
sched_next       1561 net/core/neighbour.c 		mod_timer(&tbl->proxy_timer, jiffies + sched_next);
sched_next       1570 net/core/neighbour.c 	unsigned long sched_next = now + (prandom_u32() %
sched_next       1578 net/core/neighbour.c 	NEIGH_CB(skb)->sched_next = sched_next;
sched_next       1583 net/core/neighbour.c 		if (time_before(tbl->proxy_timer.expires, sched_next))
sched_next       1584 net/core/neighbour.c 			sched_next = tbl->proxy_timer.expires;
sched_next       1589 net/core/neighbour.c 	mod_timer(&tbl->proxy_timer, sched_next);
sched_next       2827 net/xfrm/xfrm_policy.c 	unsigned long sched_next;
sched_next       2850 net/xfrm/xfrm_policy.c 	sched_next = jiffies + pq->timeout;
sched_next       2853 net/xfrm/xfrm_policy.c 		if (time_before(pq->hold_timer.expires, sched_next))
sched_next       2854 net/xfrm/xfrm_policy.c 			sched_next = pq->hold_timer.expires;
sched_next       2859 net/xfrm/xfrm_policy.c 	if (!mod_timer(&pq->hold_timer, sched_next))