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

/net/core/
H A Dneighbour.c1360 long sched_next = 0; local
1367 long tdif = NEIGH_CB(skb)->sched_next - now;
1382 } else if (!sched_next || tdif < sched_next)
1383 sched_next = tdif;
1386 if (sched_next)
1387 mod_timer(&tbl->proxy_timer, jiffies + sched_next);
1395 unsigned long sched_next = now + (net_random() % p->proxy_delay); local
1402 NEIGH_CB(skb)->sched_next = sched_next;
[all...]
/net/xfrm/
H A Dxfrm_policy.c1831 unsigned long sched_next; local
1849 sched_next = jiffies + pq->timeout;
1852 if (time_before(pq->hold_timer.expires, sched_next))
1853 sched_next = pq->hold_timer.expires;
1857 mod_timer(&pq->hold_timer, sched_next);

Completed in 86 milliseconds