Lines Matching refs:hold_timer
404 timer_setup(&policy->polq.hold_timer,
425 if (del_timer(&policy->timer) || del_timer(&policy->polq.hold_timer))
444 if (del_timer(&policy->polq.hold_timer))
1431 if (del_timer(&pq->hold_timer))
1440 if (!mod_timer(&pq->hold_timer, jiffies))
2761 struct xfrm_policy *pol = from_timer(pol, t, polq.hold_timer);
2796 if (!mod_timer(&pq->hold_timer, jiffies + pq->timeout))
2870 if (del_timer(&pq->hold_timer)) {
2871 if (time_before(pq->hold_timer.expires, sched_next))
2872 sched_next = pq->hold_timer.expires;
2877 if (!mod_timer(&pq->hold_timer, sched_next))