Home
last modified time | relevance | path

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

/linux/include/net/
H A Dneighbour.h588 unsigned long sched_next; member
/linux/net/xfrm/
H A Dxfrm_policy.c2979 unsigned long sched_next; in xdst_queue_output() local
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()