Home
last modified time | relevance | path

Searched refs:hold_timer (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dusb.h61 struct timer_list hold_timer; member
/linux/net/bridge/
H A Dbr_stp.c222 if (timer_pending(&p->hold_timer)) { in br_transmit_config()
252 mod_timer(&p->hold_timer, in br_transmit_config()
/linux/net/xfrm/
H A Dxfrm_policy.c447 timer_setup(&policy->polq.hold_timer, in xfrm_policy_alloc()
468 if (timer_delete(&policy->timer) || timer_delete(&policy->polq.hold_timer)) in xfrm_policy_destroy()
493 if (timer_delete(&policy->polq.hold_timer)) in xfrm_policy_kill()
1466 if (timer_delete(&pq->hold_timer)) in xfrm_policy_requeue()
1475 if (!mod_timer(&pq->hold_timer, jiffies)) in xfrm_policy_requeue()
2895 struct xfrm_policy *pol = timer_container_of(pol, t, polq.hold_timer);
2930 if (!mod_timer(&pq->hold_timer, jiffies + pq->timeout)) in xfrm_policy_queue_process()
3004 if (timer_delete(&pq->hold_timer)) { in xdst_queue_output()
3005 if (time_before(pq->hold_timer.expires, sched_next)) in xdst_queue_output()
3006 sched_next = pq->hold_timer in xdst_queue_output()
[all...]