Searched refs:sched_next (Results 1 – 3 of 3) sorted by relevance
1675 long sched_next = 0; in neigh_managed_work() 1682 long tdif = NEIGH_CB(skb)->sched_next - now; in neigh_proxy_process() 1699 } else if (!sched_next || tdif < sched_next) in neigh_proxy_process() 1700 sched_next = tdif; in neigh_proxy_process() 1703 if (sched_next) in neigh_proxy_process() 1704 mod_timer(&tbl->proxy_timer, jiffies + sched_next); in neigh_proxy_process() 1722 unsigned long sched_next = neigh_proxy_delay(p); in neigh_proxy_delay() 1729 NEIGH_CB(skb)->sched_next = sched_next; in pneigh_enqueue() 1680 long sched_next = 0; neigh_proxy_process() local 1727 unsigned long sched_next = neigh_proxy_delay(p); pneigh_enqueue() local [all...]
588 unsigned long sched_next; member
2979 unsigned long sched_next; in xfrm_policy_queue_process() 3002 sched_next = jiffies + pq->timeout; in xdst_queue_output() 3005 if (time_before(pq->hold_timer.expires, sched_next)) in xdst_queue_output() 3006 sched_next = pq->hold_timer.expires; in xdst_queue_output() 3011 if (!mod_timer(&pq->hold_timer, sched_next)) in xdst_queue_output() 2985 unsigned long sched_next; xdst_queue_output() local