Lines Matching refs:hold_timer
444 timer_setup(&policy->polq.hold_timer,
465 if (timer_delete(&policy->timer) || timer_delete(&policy->polq.hold_timer))
490 if (timer_delete(&policy->polq.hold_timer))
1472 if (timer_delete(&pq->hold_timer))
1481 if (!mod_timer(&pq->hold_timer, jiffies))
2901 struct xfrm_policy *pol = timer_container_of(pol, t, polq.hold_timer);
2936 if (!mod_timer(&pq->hold_timer, jiffies + pq->timeout))
3010 if (timer_delete(&pq->hold_timer)) {
3011 if (time_before(pq->hold_timer.expires, sched_next))
3012 sched_next = pq->hold_timer.expires;
3017 if (!mod_timer(&pq->hold_timer, sched_next))