Home
last modified time | relevance | path

Searched refs:jiffies (Results 1 – 25 of 993) sorted by relevance

12345678910>>...40

/linux-2.4.37.9/drivers/net/
D3c505.c266 int timeout = jiffies + 10*HZ/100; in get_status()
270 } while (stat1 != inb_status(base_addr) && time_before(jiffies, timeout)); in get_status()
271 if (time_after_eq(jiffies, timeout)) in get_status()
296 timeout = jiffies + 2*HZ/100; in adapter_reset()
297 while (time_before_eq(jiffies, timeout) && !(inb_status(dev->base_addr) & ACRF)); in adapter_reset()
302 timeout = jiffies + 1*HZ/100; in adapter_reset()
303 while (time_before_eq(jiffies, timeout)); in adapter_reset()
305 timeout = jiffies + 1*HZ/100; in adapter_reset()
306 while (time_before_eq(jiffies, timeout)); in adapter_reset()
308 timeout = jiffies + 1*HZ/100; in adapter_reset()
[all …]
/linux-2.4.37.9/drivers/block/paride/
Dpseudo.h65 ps_then = jiffies; in ps_set_intr()
66 ps_timeout = jiffies + timeout; in ps_set_intr()
79 ps_timer.expires = jiffies + ((ps_nice>0)?(ps_nice-1):0); in ps_set_intr()
105 if (!ps_ready || ps_ready() || time_after_eq(jiffies, ps_timeout)) { in ps_tq_int()
134 if (!ps_ready || ps_ready() || time_after_eq(jiffies, ps_timeout)) { in ps_timer_int()
141 ps_timer.expires = jiffies + ((ps_nice>0)?(ps_nice-1):0); in ps_timer_int()
/linux-2.4.37.9/arch/mips/sgi-ip22/
Dip22-reset.c96 mod_timer(&blink_timer, jiffies+data); in blink_timeout()
104 debounce_timer.expires = jiffies + 5; /* 0.05s */ in debounce()
136 power_timer.expires = jiffies + POWERDOWN_TIMEOUT * HZ; in power_button()
150 volume_timer.expires = jiffies + 1; in volume_up_button()
163 volume_timer.expires = jiffies + 1; in volume_down_button()
180 debounce_timer.expires = jiffies + 5; in panel_int()
198 volume_timer.expires = jiffies + 1; in panel_int()
205 volume_timer.expires = jiffies + 1; in panel_int()
/linux-2.4.37.9/fs/lockd/
Dhost.c97 if (time_after_eq(jiffies, next_gc)) in nlm_lookup_host()
143 host->h_nextrebind = jiffies + NLM_HOST_REBIND; in nlm_lookup_host()
144 host->h_expires = jiffies + NLM_HOST_EXPIRE; in nlm_lookup_host()
183 if (!xprt->stream && time_after_eq(jiffies, host->h_nextrebind)) { in nlm_bind_host()
185 host->h_nextrebind = jiffies + NLM_HOST_REBIND; in nlm_bind_host()
187 host->h_nextrebind - jiffies); in nlm_bind_host()
225 if (host->h_rpcclnt && time_after_eq(jiffies, host->h_nextrebind)) { in nlm_rebind_host()
227 host->h_nextrebind = jiffies + NLM_HOST_REBIND; in nlm_rebind_host()
239 host->h_expires = jiffies + NLM_HOST_EXPIRE; in nlm_get_host()
318 || time_before(jiffies, host->h_expires)) { in nlm_gc_hosts()
[all …]
/linux-2.4.37.9/net/decnet/
Ddn_timer.c40 sk->timer.expires = jiffies + SLOW_INTERVAL; in dn_start_slow_timer()
61 sk->timer.expires = jiffies + HZ / 10; in dn_slow_timer()
100 if ((jiffies - scp->stamp) >= scp->keepalive) in dn_slow_timer()
104 sk->timer.expires = jiffies + SLOW_INTERVAL; in dn_slow_timer()
119 scp->delack_timer.expires = jiffies + HZ / 20; in dn_fast_timer()
139 scp->delack_timer.expires = jiffies + FAST_INTERVAL; in dn_start_fast_timer()
/linux-2.4.37.9/arch/mips/cobalt/
Dreset.c53 mark = jiffies; in cobalt_machine_halt()
54 while (jiffies<(mark+HZ)); in cobalt_machine_halt()
57 mark = jiffies; in cobalt_machine_halt()
58 while (jiffies<(mark+HZ)); in cobalt_machine_halt()
/linux-2.4.37.9/kernel/
Ditimer.c37 static void jiffiestotv(unsigned long jiffies, struct timeval *value) in jiffiestotv() argument
39 value->tv_usec = (jiffies % HZ) * (1000000 / HZ); in jiffiestotv()
40 value->tv_sec = jiffies / HZ; in jiffiestotv()
55 val = current->real_timer.expires - jiffies; in do_getitimer()
103 p->real_timer.expires = jiffies + interval; in it_real_fn()
126 i = j + jiffies; in do_setitimer()
/linux-2.4.37.9/drivers/char/
Dsbc60xxwdt.c121 if(time_before(jiffies, next_heartbeat)) in wdt_timer_ping()
126 timer.expires = jiffies + WDT_INTERVAL; in wdt_timer_ping()
139 next_heartbeat = jiffies + WDT_HEARTBEAT; in wdt_startup()
142 timer.expires = jiffies + WDT_INTERVAL; in wdt_startup()
185 next_heartbeat = jiffies + WDT_HEARTBEAT; in fop_write()
249 next_heartbeat = jiffies + WDT_HEARTBEAT; in fop_ioctl()
Dshwdt.c116 #define msecs_to_jiffies(msecs) (jiffies + (HZ * msecs + 9999) / 10000)
184 next_heartbeat = jiffies + (heartbeat * HZ); in sh_wdt_start()
231 if (time_before(jiffies, next_heartbeat)) { in sh_wdt_ping()
276 next_heartbeat = jiffies + (heartbeat * HZ); in sh_wdt_close()
314 next_heartbeat = jiffies + (heartbeat * HZ); in sh_wdt_write()
349 next_heartbeat = jiffies + (heartbeat * HZ); in sh_wdt_ioctl()
358 next_heartbeat = jiffies + (heartbeat * HZ); in sh_wdt_ioctl()
Dw83877f_wdt.c105 if(time_before(jiffies, next_heartbeat)) in wdt_timer_ping()
114 timer.expires = jiffies + WDT_INTERVAL; in wdt_timer_ping()
152 next_heartbeat = jiffies + WDT_HEARTBEAT; in wdt_startup()
155 timer.expires = jiffies + WDT_INTERVAL; in wdt_startup()
204 next_heartbeat = jiffies + WDT_HEARTBEAT; in fop_write()
266 next_heartbeat = jiffies + WDT_HEARTBEAT; in fop_ioctl()
Dalim7101_wdt.c102 if(time_before(jiffies, next_heartbeat)) in wdt_timer_ping()
112 timer.expires = jiffies + WDT_INTERVAL; in wdt_timer_ping()
133 next_heartbeat = jiffies + WDT_HEARTBEAT; in wdt_startup()
141 timer.expires = jiffies + WDT_INTERVAL; in wdt_startup()
188 next_heartbeat = jiffies + WDT_HEARTBEAT; in fop_write()
235 next_heartbeat = jiffies + WDT_HEARTBEAT; in fop_ioctl()
Dsc520_wdt.c132 if(time_before(jiffies, next_heartbeat)) in wdt_timer_ping()
141 timer.expires = jiffies + WDT_INTERVAL; in wdt_timer_ping()
172 next_heartbeat = jiffies + WDT_HEARTBEAT; in wdt_startup()
175 timer.expires = jiffies + WDT_INTERVAL; in wdt_startup()
222 next_heartbeat = jiffies + WDT_HEARTBEAT; in fop_write()
284 next_heartbeat = jiffies + WDT_HEARTBEAT; in fop_ioctl()
Ddn_keyb.c276 if (time_after(jiffies, debug_buffer_updated + 100)) {
291 debug_keyb_timer.expires=jiffies+10;
321 if (time_after(jiffies, lastkeypress + DNKEY_REPEAT_DELAY)) { in dn_keyb_process_key_event()
330 lastkeypress=jiffies; in dn_keyb_process_key_event()
375 debug_buffer_updated=jiffies; in dn_keyb_int()
377 debug_keyb_timer.expires=jiffies+10; in dn_keyb_int()
Dmachzwd.c257 next_heartbeat = jiffies + ZF_USER_TIMEO; in zf_timer_on()
260 zf_timer.expires = jiffies + ZF_HW_TIMEO; in zf_timer_on()
281 if(time_before(jiffies, next_heartbeat)){ in zf_ping()
283 dprintk("time_before: %ld\n", next_heartbeat - jiffies); in zf_ping()
300 zf_timer.expires = jiffies + ZF_HW_TIMEO; in zf_ping()
345 next_heartbeat = jiffies + ZF_USER_TIMEO; in zf_write()
346 dprintk("user ping at %ld\n", jiffies); in zf_write()
/linux-2.4.37.9/drivers/net/wireless/
Dorinoco_pci.c149 timeout = jiffies + (HERMES_PCI_COR_ONT * HZ / 1000); in orinoco_pci_cor_reset()
150 while(time_before(jiffies, timeout)) { in orinoco_pci_cor_reset()
160 timeout = jiffies + (HERMES_PCI_COR_OFFT * HZ / 1000); in orinoco_pci_cor_reset()
161 while(time_before(jiffies, timeout)) { in orinoco_pci_cor_reset()
169 timeout = jiffies + (HERMES_PCI_COR_BUSYT * HZ / 1000); in orinoco_pci_cor_reset()
171 while (time_before(jiffies, timeout) && (reg & HERMES_CMD_BUSY)) { in orinoco_pci_cor_reset()
176 if(time_after_eq(jiffies, timeout)) { in orinoco_pci_cor_reset()
180 printk(KERN_NOTICE "pci_cor : reg = 0x%X - %lX - %lX\n", reg, timeout, jiffies); in orinoco_pci_cor_reset()
/linux-2.4.37.9/init/
Dmain.c180 ticks = jiffies; in calibrate_delay()
181 while (ticks == jiffies) in calibrate_delay()
184 ticks = jiffies; in calibrate_delay()
186 ticks = jiffies - ticks; in calibrate_delay()
197 ticks = jiffies; in calibrate_delay()
198 while (ticks == jiffies); in calibrate_delay()
199 ticks = jiffies; in calibrate_delay()
201 if (jiffies != ticks) /* longer than 1 tick */ in calibrate_delay()
/linux-2.4.37.9/arch/x86_64/
Dvmlinux.lds67 .jiffies : AT ((LOADADDR(.sys_tz) + SIZEOF(.sys_tz) + 15) & ~(15)) { *(.jiffies) }
68 jiffies = LOADADDR(.jiffies); symbol
70 .xtime : AT ((LOADADDR(.jiffies) + SIZEOF(.jiffies) + 15) & ~(15)) { *(.xtime) }
/linux-2.4.37.9/net/ax25/
Dax25_timer.c62 ax25->timer.expires = jiffies + 5 * HZ; in ax25_start_heartbeat()
73 ax25->t1timer.expires = jiffies + ax25->t1; in ax25_start_t1timer()
84 ax25->t2timer.expires = jiffies + ax25->t2; in ax25_start_t2timer()
96 ax25->t3timer.expires = jiffies + ax25->t3; in ax25_start_t3timer()
109 ax25->idletimer.expires = jiffies + ax25->idle; in ax25_start_idletimer()
150 return timer->expires - jiffies; in ax25_display_timer()
/linux-2.4.37.9/net/x25/
Dx25_timer.c51 sk->timer.expires = jiffies + 5 * HZ; in x25_start_heartbeat()
67 sk->protinfo.x25->timer.expires = jiffies + sk->protinfo.x25->t2; in x25_start_t2timer()
78 sk->protinfo.x25->timer.expires = jiffies + sk->protinfo.x25->t21; in x25_start_t21timer()
89 sk->protinfo.x25->timer.expires = jiffies + sk->protinfo.x25->t22; in x25_start_t22timer()
100 sk->protinfo.x25->timer.expires = jiffies + sk->protinfo.x25->t23; in x25_start_t23timer()
115 return sk->protinfo.x25->timer.expires - jiffies; in x25_display_timer()
/linux-2.4.37.9/drivers/mtd/chips/
Dcfi_cmdset_0020.c282 timeo = jiffies + HZ; in do_read_onechip()
309 if (time_after(jiffies, timeo)) { in do_read_onechip()
353 if (time_after(jiffies, timeo)) { in do_read_onechip()
373 timeo = jiffies + HZ; in do_read_onechip()
458 timeo = jiffies + HZ; in do_write_buffer()
488 if (time_after(jiffies, timeo)) { in do_write_buffer()
508 timeo = jiffies + HZ; in do_write_buffer()
564 timeo = jiffies + (HZ/2); in do_write_buffer()
574 timeo = jiffies + (HZ / 2); /* FIXME */ in do_write_buffer()
584 if (time_after(jiffies, timeo)) { in do_write_buffer()
[all …]
Dcfi_cmdset_0001.c320 timeo = jiffies + HZ;
347 if (time_after(jiffies, timeo)) {
366 timeo = jiffies + HZ;
481 timeo = jiffies + HZ;
509 if (time_after(jiffies, timeo)) {
554 if (time_after(jiffies, timeo)) {
574 timeo = jiffies + HZ;
663 timeo = jiffies + HZ;
683 timeo = jiffies + HZ;
763 timeo = jiffies + HZ;
[all …]
/linux-2.4.37.9/net/rose/
Drose_timer.c50 sk->timer.expires = jiffies + 5 * HZ; in rose_start_heartbeat()
61 sk->protinfo.rose->timer.expires = jiffies + sk->protinfo.rose->t1; in rose_start_t1timer()
72 sk->protinfo.rose->timer.expires = jiffies + sk->protinfo.rose->t2; in rose_start_t2timer()
83 sk->protinfo.rose->timer.expires = jiffies + sk->protinfo.rose->t3; in rose_start_t3timer()
94 sk->protinfo.rose->timer.expires = jiffies + sk->protinfo.rose->hb; in rose_start_hbtimer()
106 sk->protinfo.rose->idletimer.expires = jiffies + sk->protinfo.rose->idle; in rose_start_idletimer()
/linux-2.4.37.9/arch/mips/au1000/common/
Dpower.c467 ticks = jiffies; in calibrate_delay()
468 while (ticks == jiffies) in calibrate_delay()
471 ticks = jiffies; in calibrate_delay()
473 ticks = jiffies - ticks; in calibrate_delay()
484 ticks = jiffies; in calibrate_delay()
485 while (ticks == jiffies); in calibrate_delay()
486 ticks = jiffies; in calibrate_delay()
488 if (jiffies != ticks) /* longer than 1 tick */ in calibrate_delay()
/linux-2.4.37.9/net/sctp/
Dtransport.c82 peer->last_time_heard = jiffies; in sctp_transport_init()
83 peer->last_time_used = jiffies; in sctp_transport_init()
84 peer->last_time_ecne_reduced = jiffies; in sctp_transport_init()
202 jiffies + transport->rto)) in sctp_transport_reset_timers()
476 if ((jiffies - transport->last_time_ecne_reduced) > in sctp_transport_lower_cwnd()
481 transport->last_time_ecne_reduced = jiffies; in sctp_transport_lower_cwnd()
494 if ((jiffies - transport->last_time_used) > transport->rto) in sctp_transport_lower_cwnd()
512 timeout += jiffies; in sctp_transport_timeout()
/linux-2.4.37.9/net/bridge/
Dbr_stp_timer.c51 br_timer_set(&br->hello_timer, jiffies); in br_hello_timer_expired()
88 br_timer_set(&p->forward_delay_timer, jiffies); in br_forward_delay_timer_expired()
104 br_timer_set(&br->tcn_timer, jiffies); in br_tcn_timer_expired()
146 br_timer_set(&br->gc_timer, jiffies); in br_check_timers()
182 br->tick.expires = jiffies + 1; in br_tick()

12345678910>>...40