Searched refs:sched_next (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/core/
H A Dneighbour.c1624 long sched_next = 0; local
1631 long tdif = NEIGH_CB(skb)->sched_next - now;
1648 } else if (!sched_next || tdif < sched_next)
1649 sched_next = tdif;
1652 if (sched_next)
1653 mod_timer(&tbl->proxy_timer, jiffies + sched_next);
1671 unsigned long sched_next = neigh_proxy_delay(p); local
1678 NEIGH_CB(skb)->sched_next = sched_next;
[all...]
/linux-master/include/net/
H A Dneighbour.h570 unsigned long sched_next; member in struct:neighbour_cb
/linux-master/net/xfrm/
H A Dxfrm_policy.c2944 unsigned long sched_next; local
2967 sched_next = jiffies + pq->timeout;
2970 if (time_before(pq->hold_timer.expires, sched_next))
2971 sched_next = pq->hold_timer.expires;
2976 if (!mod_timer(&pq->hold_timer, sched_next))

Completed in 213 milliseconds