Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_stp_timer.c130 struct net_bridge_port *p = from_timer(p, t, hold_timer); in br_hold_timer_expired()
153 timer_setup(&p->hold_timer, br_hold_timer_expired, 0); in br_stp_port_timer_init()
H A Dbr_sysfs_if.c165 return sprintf(buf, "%ld\n", br_timer_value(&p->hold_timer)); in show_hold_timer()
167 static BRPORT_ATTR(hold_timer, 0444, show_hold_timer, NULL);
H A Dbr_stp.c195 if (timer_pending(&p->hold_timer)) { in br_transmit_config()
225 mod_timer(&p->hold_timer, in br_transmit_config()
H A Dbr_stp_if.c114 del_timer(&p->hold_timer); in br_stp_disable_port()
H A Dbr_ioctl.c231 p.hold_timer_value = br_timer_value(&pt->hold_timer); in old_dev_ioctl()
H A Dbr_private.h309 struct timer_list hold_timer; member
H A Dbr_netlink.c234 timerval = br_timer_value(&p->hold_timer); in br_port_fill_attrs()
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dusb.c897 del_timer(&port->tx_aggr.timer_cnxt.hold_timer); in mwifiex_usb_prepare_tx_aggr_skb()
1067 mod_timer(&port->tx_aggr.timer_cnxt.hold_timer, in mwifiex_usb_aggr_tx_data()
1076 mod_timer(&port->tx_aggr.timer_cnxt.hold_timer, in mwifiex_usb_aggr_tx_data()
1131 mod_timer(&port->tx_aggr.timer_cnxt.hold_timer, in mwifiex_usb_aggr_tx_data()
1145 from_timer(timer_context, t, hold_timer); in mwifiex_usb_tx_aggr_tmo()
1278 timer_setup(&port->tx_aggr.timer_cnxt.hold_timer, in mwifiex_usb_tx_init()
1373 if (port->tx_aggr.timer_cnxt.hold_timer.function) in mwifiex_usb_cleanup_tx_aggr()
1374 del_timer_sync(&port->tx_aggr.timer_cnxt.hold_timer); in mwifiex_usb_cleanup_tx_aggr()
H A Dusb.h73 struct timer_list hold_timer; member
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_policy.c409 timer_setup(&policy->polq.hold_timer, in xfrm_policy_alloc()
430 if (del_timer(&policy->timer) || del_timer(&policy->polq.hold_timer)) in xfrm_policy_destroy()
449 if (del_timer(&policy->polq.hold_timer)) in xfrm_policy_kill()
1438 if (del_timer(&pq->hold_timer)) in xfrm_policy_requeue()
1447 if (!mod_timer(&pq->hold_timer, jiffies)) in xfrm_policy_requeue()
2768 struct xfrm_policy *pol = from_timer(pol, t, polq.hold_timer); in xfrm_policy_queue_process()
2803 if (!mod_timer(&pq->hold_timer, jiffies + pq->timeout)) in xfrm_policy_queue_process()
2877 if (del_timer(&pq->hold_timer)) { in xdst_queue_output()
2878 if (time_before(pq->hold_timer.expires, sched_next)) in xdst_queue_output()
2879 sched_next = pq->hold_timer.expires; in xdst_queue_output()
[all …]
/OK3568_Linux_fs/kernel/include/net/
H A Dxfrm.h494 struct timer_list hold_timer; member