Searched refs:timer (Results 126 - 150 of 744) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Deql.c100 * New Scheduler and timer stuff...
125 * the locking mechanism and timer stuff must be written however,
133 #include <linux/timer.h>
244 init_timer (&eql->timer);
245 eql->timer.data = (unsigned long) dev->priv;
246 eql->timer.expires = jiffies+EQL_DEFAULT_RESCHED_IVAL;
247 eql->timer.function = &eql_timer;
297 printk ("%s: adding timer\n", dev->name);
299 add_timer (&eql->timer);
316 * The timer ha
[all...]
H A Dshaper.c43 * 200Kbit/second of about 2Kbit or 256 bytes. Above that our timer
322 mod_timer(&shaper->timer, jiffies);
367 mod_timer(&shaper->timer, SHAPERCB(skb)->shapeclock);
420 del_timer_sync(&shaper->timer);
580 init_timer(&sh->timer);
581 sh->timer.function=shaper_timer;
582 sh->timer.data=(unsigned long)sh;
H A D3c515.c73 #include <linux/timer.h>
334 struct timer_list timer; /* Media selection timer. */ member in struct:corkscrew_private
346 /* The action to take with a media selection timer tick.
504 int timer;
507 for (timer = 4; timer >= 0; timer--) {
547 int timer;
550 for (timer
503 int timer; local
546 int timer; local
663 int timer; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Digmp.c47 * Chih-Jen Chang : Added a timer to revert to IGMP V2 router
51 * Christian Daudt : igmp timer wasn't set for local group
54 * from %p with timer not initialized\n"
145 if (del_timer(&im->timer))
159 if (!mod_timer(&im->timer, jiffies+tv+2))
167 if (del_timer(&im->timer)) {
168 if ((long)(im->timer.expires-jiffies) < max_delay) {
169 add_timer(&im->timer);
511 init_timer(&im->timer);
512 im->timer
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sunrpc/
H A Dsched.c101 * Disable the timer for a given RPC task. Should be called with
108 dprintk("RPC: %4d disabling timer\n", task->tk_pid);
116 * and friends to disable the timer synchronously on SMP systems
130 dprintk("RPC: %4d running timer\n", task->tk_pid);
136 * Set up a timer for the current task.
139 __rpc_add_timer(struct rpc_task *task, rpc_action timer) argument
147 if (timer)
148 task->tk_timeout_fn = timer;
155 * Set up a timer for an already sleeping task.
157 void rpc_add_timer(struct rpc_task *task, rpc_action timer) argument
315 __rpc_sleep_on(struct rpc_wait_queue *q, struct rpc_task *task, rpc_action action, rpc_action timer) argument
350 rpc_sleep_on(struct rpc_wait_queue *q, struct rpc_task *task, rpc_action action, rpc_action timer) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Det_cfe.c44 int64_t timer; /* one second watchdog timer */ member in struct:et_info
101 /* schedule one second watchdog timer */
102 TIMER_SET(et->timer, CFE_HZ / 2);
112 /* stop watchdog timer */
113 TIMER_CLEAR(et->timer);
524 if (TIMER_RUNNING(et->timer) &&
525 TIMER_EXPIRED(et->timer)) {
527 TIMER_SET(et->timer, CFE_HZ / 2);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/wanrouter/
H A Daf_wanpipe.c52 #include <linux/timer.h>
95 * timer is triggerd which acts as a Bottom Half hander.
496 /* Use timer to send data to the driver. This will act
636 if (!(test_and_set_bit(0,&sk->protinfo.af_wanpipe->timer))){
674 clear_bit (0,&sk->protinfo.af_wanpipe->timer);
680 clear_bit (0,&sk->protinfo.af_wanpipe->timer);
698 printk(KERN_INFO "WanSock: Tx timer critical %s\n",dev->name);
727 clear_bit (0,&sk->protinfo.af_wanpipe->timer);
859 sk->timer.expires=jiffies+5*HZ;
860 add_timer(&sk->timer);
[all...]
/asus-wl-520gu-7.0.1.45/src/tools/upnp/igd/
H A Dwanipc.c232 struct itimerspec timer; local
253 memset(&timer, 0, sizeof(timer));
254 timer.it_interval.tv_sec = 2;
255 timer.it_value.tv_sec = 2;
256 pdata->eventhandle = enqueue_event(&timer, (event_callback_t)WANIPConnection_Update, (void *) psvc );
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dl3ni1.c145 { L3DelTimer(&pc->timer); /* remove timer */
178 { L3DelTimer(&pc->timer); /* remove timer */
919 L3AddTimer(&pc->timer, T308, CC_T308_1);
1287 L3DelTimer(&pc->timer);
1288 L3AddTimer(&pc->timer, T303, CC_T303);
1324 L3DelTimer(&pc->timer);
1326 L3AddTimer(&pc->timer, T310, CC_T310);
1363 L3DelTimer(&pc->timer);
[all...]
H A Disdnl1.c294 FsmDelTimer(&bcs->st->l1.timer, 4);
327 FsmDelTimer(&st->l1.timer, 0);
461 FsmRestartTimer(&st->l1.timer, 550, EV_TIMER_DEACT, NULL, 2);
473 FsmRestartTimer(&st->l1.timer, TIMER3_VALUE, EV_TIMER3, NULL, 2);
518 FsmDelTimer(&st->l1.timer, 4);
521 FsmDelTimer(&st->l1.timer, 3);
522 FsmRestartTimer(&st->l1.timer, 110, EV_TIMER_ACT, NULL, 2);
642 FsmRestartTimer(&st->l1.timer, 550, EV_TIMER_DEACT, NULL, 2);
652 FsmRestartTimer(&st->l1.timer, TIMER3_VALUE, EV_TIMER3, NULL, 2);
702 FsmRestartTimer(&st->l1.timer, s
[all...]
H A Dl3dss1.c147 { L3DelTimer(&pc->timer); /* remove timer */
180 { L3DelTimer(&pc->timer); /* remove timer */
970 L3AddTimer(&pc->timer, T308, CC_T308_1);
1434 L3DelTimer(&pc->timer);
1435 L3AddTimer(&pc->timer, T303, CC_T303);
1471 L3DelTimer(&pc->timer);
1473 L3AddTimer(&pc->timer, T310, CC_T310);
1510 L3DelTimer(&pc->timer);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/common/
H A Dmisc-simple.c75 int timer = 0; local
157 while (timer++ < 5*1000) {
177 break; /* Exit 'timer' loop */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/simple/
H A Dmisc-embedded.c83 int timer = 0, zimage_size; local
180 while (timer++ < 5*1000) {
199 break; /* Exit 'timer' loop */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dopen_pic_defs.h305 static void openpic_inittimer(u_int timer, u_int pri, u_int vector);
306 static void openpic_maptimer(u_int timer, u_int cpumask);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Di82365.c42 #include <linux/timer.h>
158 u_char timer[6]; member in struct:cirrus_state_t
344 p->timer[i] = i365_get(s, PD67_TIME_SETUP(0)+i);
360 i365_set(s, PD67_TIME_SETUP(0)+i, p->timer[i]);
395 p->timer[0] = p->timer[3] = setup_time;
397 p->timer[1] = cmd_time;
398 p->timer[4] = cmd_time*2+4;
400 if (p->timer[1] == 0) {
401 p->timer[
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/common/
H A Dint-handler.S62 andi t1, t0, CAUSEF_IP7 # timer interrupt
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Dhost.h70 struct timer_list timer; member in struct:Host
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Ddtc2278.c12 #include <linux/timer.h>
H A Drz1000.c24 #include <linux/timer.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/paride/
H A Dpseudo.h36 #include <linux/timer.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dscsi_syms.c10 #include <linux/timer.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/kernel/
H A Dmca.c232 * a CE interrupt from SHUB or when the timer routine decides
240 #include <linux/timer.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/802/
H A Dfc.c28 #include <linux/timer.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dlec_arpc.h43 struct timer_list timer; /* Arping timer */ member in struct:lec_arp_table
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ax25/
H A Dax25_std_subr.c20 * AX.25 037 Jonathan(G4KLX) New timer architecture.
29 #include <linux/timer.h>

Completed in 475 milliseconds

1234567891011>>