Searched refs:timer (Results 26 - 50 of 154) sorted by relevance

1234567

/net/hsr/
H A Dhsr_main.c14 #include <linux/timer.h>
/net/ipv4/netfilter/
H A Dipt_MASQUERADE.c15 #include <linux/timer.h>
H A Dnf_nat_masquerade_ipv4.c14 #include <linux/timer.h>
/net/mac80211/
H A Dled.c191 mod_timer(&tpt_trig->timer, round_jiffies(jiffies + HZ));
238 setup_timer(&tpt_trig->timer, tpt_trig_timer, (unsigned long)local);
258 mod_timer(&tpt_trig->timer, round_jiffies(jiffies + HZ));
270 del_timer_sync(&tpt_trig->timer);
H A Dmesh_pathtbl.c552 new_mpath->timer.data = (unsigned long) new_mpath;
553 new_mpath->timer.function = mesh_path_timer;
556 init_timer(&new_mpath->timer);
668 init_timer(&new_mpath->timer);
753 del_timer_sync(&node->mpath->timer);
1013 del_timer_sync(&mpath->timer);
/net/rose/
H A Drose_loopback.c12 #include <linux/timer.h>
H A Drose_out.c14 #include <linux/timer.h>
/net/sctp/
H A Dsm_sideeffect.c214 /* Restart the SACK timer. */
228 /* Stop the SACK timer. */
239 /* When the T3-RTX timer expires, it calls this function to create the
262 * the timer to let go of the reference?
293 pr_debug("%s: sock is busy: timer %d\n", __func__,
303 * the timer to let go of the reference?
399 /* Handle the timeout of the ICMP protocol unreachable timer. Trigger
462 * Each time the T3-rtx timer expires on any address, or when a
479 /* We are here due to a timer expiration. If the timer wa
999 sctp_cmd_t1_timer_update(struct sctp_association *asoc, sctp_event_timeout_t timer, char *name) argument
1232 struct timer_list *timer; local
[all...]
H A Doutput.c236 struct timer_list *timer; local
238 timer = &asoc->timers[SCTP_EVENT_TIMEOUT_SACK];
240 /* If the SACK timer is running, we have a pending SACK */
241 if (timer_pending(timer)) {
257 if (del_timer(timer))
578 struct timer_list *timer; local
581 /* Restart the AUTOCLOSE timer when sending data. */
584 timer = &asoc->timers[SCTP_EVENT_TIMEOUT_AUTOCLOSE];
587 if (!mod_timer(timer, jiffies + timeout))
/net/sunrpc/
H A Dxprt.c16 * it installs a timer that is run after the packet's timeout has
20 * caller is woken up, and the timer removed.
21 * - When no reply arrives within the timeout interval, the timer is
485 * Note that we only set the timer for the case of RPC_IS_SOFT(), since
539 int timer = task->tk_msg.rpc_proc->p_timer; local
545 task->tk_timeout = rpc_calc_rto(rtt, timer);
546 task->tk_timeout <<= rpc_ntimeo(rtt, timer) + req->rq_retries;
789 unsigned int timer = task->tk_msg.rpc_proc->p_timer; local
792 if (timer) {
794 rpc_update_rtt(rtt, timer,
[all...]
/net/llc/
H A Dllc_c_ac.c54 del_timer(&llc->busy_state_timer.timer);
194 del_timer(&llc->rej_sent_timer.timer);
612 mod_timer(&llc->busy_state_timer.timer,
845 mod_timer(&llc->pf_cycle_timer.timer,
1101 del_timer(&llc->pf_cycle_timer.timer);
1102 del_timer(&llc->ack_timer.timer);
1103 del_timer(&llc->rej_sent_timer.timer);
1104 del_timer(&llc->busy_state_timer.timer);
1114 del_timer(&llc->rej_sent_timer.timer);
1115 del_timer(&llc->pf_cycle_timer.timer);
[all...]
/net/atm/
H A Dlec.c1225 #include <linux/timer.h>
1318 del_timer(&to_remove->timer);
1511 del_timer_sync(&entry->timer);
1520 del_timer_sync(&entry->timer);
1528 /* No timer, LANEv2 7.1.20 and 2.3.5.3 */
1569 setup_timer(&to_return->timer, lec_arp_expire_arp,
1578 /* Arp sent timer expired */
1596 mod_timer(&entry->timer, jiffies + (1 * HZ));
1607 del_timer(&to_remove->timer);
1668 * 1. Re-set timer
[all...]
/net/802/
H A Dfc.c25 #include <linux/timer.h>
/net/netfilter/ipvs/
H A Dip_vs_conn.c455 * Put back the conn and restart its timer with its timeout
461 mod_timer(&cp->timer, jiffies+t);
782 * don't restart its timer.
814 /* delete the timer if it is activated by other users */
815 del_timer(&cp->timer);
855 /* Modify timer, so that it expires as soon as possible.
860 /* Using mod_timer_pending will ensure the timer is not
863 if (timer_pending(&cp->timer) &&
864 time_after(cp->timer.expires, jiffies))
865 mod_timer_pending(&cp->timer, jiffie
[all...]
/net/ax25/
H A Dax25_ds_subr.c15 #include <linux/timer.h>
H A Dax25_std_timer.c17 #include <linux/timer.h>
/net/bluetooth/hidp/
H A Dhidp.h164 struct timer_list timer; member in struct:hidp_session
/net/bridge/
H A Dbr_mdb.c421 if (timer_pending(&br->ip4_other_query.timer))
427 if (timer_pending(&br->ip6_other_query.timer))
452 del_timer(&p->timer);
458 mod_timer(&mp->timer, jiffies);
H A Dbr_private.h62 struct timer_list timer; member in struct:bridge_mcast_own_query
68 struct timer_list timer; member in struct:bridge_mcast_other_query
112 struct timer_list timer; member in struct:net_bridge_port_group
123 struct timer_list timer; member in struct:net_bridge_mdb_entry
508 (br->multicast_querier || timer_pending(&querier->timer));
814 unsigned long br_timer_value(const struct timer_list *timer);
/net/irda/
H A Dirsysctl.c33 #include <net/irda/timer.h>
H A Dtimer.c3 * Filename: timer.c
29 #include <net/irda/timer.h>
66 /* Set or re-set the timer. We reset the timer for each received
99 /* If timer is activated, kill it! */
131 /* If timer is activated, kill it! */
138 * IrLAP slot timer has expired
154 * IrLAP query timer has expired
/net/lapb/
H A Dlapb_timer.c14 * LAPB 002 Jonathan Naylor New timer architecture.
25 #include <linux/timer.h>
/net/netfilter/
H A Dnf_conntrack_proto_generic.c11 #include <linux/timer.h>
H A Dnfnetlink_log.c59 struct timer_list timer; member in struct:nfulnl_instance
180 setup_timer(&inst->timer, nfulnl_timer, (unsigned long)inst);
373 /* timer holds a reference */
374 if (del_timer(&inst->timer))
719 else if (!timer_pending(&inst->timer)) {
721 inst->timer.expires = jiffies + (inst->flushtimeout*HZ/100);
722 add_timer(&inst->timer);
/net/decnet/
H A Ddn_dev.c17 * Steve Whitehouse : Fixed bug which sometimes killed timer
35 #include <linux/timer.h>
860 msg->timer = cpu_to_le16((unsigned short)dn_db->parms.t3);
1068 dn_db->timer.data = (unsigned long)dev;
1069 dn_db->timer.function = dn_dev_timer_func;
1070 dn_db->timer.expires = jiffies + (dn_db->parms.t2 * HZ);
1072 add_timer(&dn_db->timer);
1098 init_timer(&dn_db->timer);
1199 del_timer_sync(&dn_db->timer);

Completed in 463 milliseconds

1234567