Searched refs:jiffies (Results 276 - 300 of 1972) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cris/
H A Deth_v10.c388 speed_timer.expires = jiffies + NET_LINK_UP_CHECK_INTERVAL;
397 duplex_timer.expires = jiffies + NET_DUPLEX_CHECK_INTERVAL;
414 led_next_time = jiffies;
708 speed_timer.expires = jiffies + NET_LINK_UP_CHECK_INTERVAL;
814 duplex_timer.expires = jiffies + NET_DUPLEX_CHECK_INTERVAL;
1103 dev->trans_start = jiffies; /* NETIF_F_LLTX driver :( */
1233 if (!led_active && time_after(jiffies, led_next_time)) {
1238 led_next_time = jiffies + NET_FLASH_TIME;
1240 mod_timer(&clear_led_timer, jiffies + HZ/10);
1641 if (!led_active && time_after(jiffies, led_next_tim
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fcoe/
H A Dlibfcoe.c309 fip->sol_time = jiffies;
678 * Returns the time in jiffies for the next call.
684 unsigned long next_timer = jiffies + msecs_to_jiffies(FIP_VN_KA_PERIOD);
694 if (time_after(jiffies, deadline)) {
706 if (time_after_eq(jiffies, deadline)) {
924 fcf->time = jiffies;
944 if (first && time_after(jiffies, fip->sol_time + sol_tov))
952 fip->sel_time = jiffies +
1413 if (time_after_eq(jiffies, fip->sel_time)) {
1429 fip->port_ka_time = jiffies
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_net.c329 if (jiffies == last_jiffies)
332 l->cps = (l->transcount * HZ) / (jiffies - last_jiffies);
348 while (time_after(jiffies, l->chargetime + l->chargeint))
350 if (time_after(jiffies, l->chargetime + l->chargeint - 2 * HZ))
359 } else if (time_after(jiffies, l->chargetime + l->chargeint)) {
378 last_jiffies = jiffies;
498 lp->chargetime = jiffies;
535 lp->chargeint = jiffies - lp->chargetime - (2 * HZ);
539 lp->chargetime = jiffies;
592 if(lp->dialstarted == 0 || time_after(jiffies, l
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/i2o/
H A Diop.c65 unsigned long timeout = jiffies + wait * HZ;
69 if (time_after(jiffies, timeout)) {
109 entry->timestamp = jiffies;
460 timeout = jiffies + I2O_TIMEOUT_INIT_OUTBOUND_QUEUE * HZ;
462 if (time_after(jiffies, timeout)) {
523 timeout = jiffies + I2O_TIMEOUT_RESET * HZ;
525 if (time_after(jiffies, timeout))
550 if (time_after(jiffies, timeout)) {
949 timeout = jiffies + I2O_TIMEOUT_STATUS_GET * HZ;
951 if (time_after(jiffies, timeou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ds5h1420.c31 #include <linux/jiffies.h>
197 timeout = jiffies + ((100*HZ) / 1000);
198 while(time_before(jiffies, timeout)) {
204 if (time_after(jiffies, timeout))
230 timeout = jiffies + ((reply->timeout*HZ) / 1000);
231 while(time_before(jiffies, timeout)) {
237 if (time_after(jiffies, timeout)) {
288 timeout = jiffies + ((100*HZ) / 1000);
289 while(time_before(jiffies, timeout)) {
295 if (time_after(jiffies, timeou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Deth16i.c163 #include <linux/jiffies.h>
760 starttime = jiffies;
764 if( time_after(jiffies, starttime + TX_TIMEOUT)) {
776 starttime = jiffies;
779 if( time_after(jiffies, starttime + TX_TIMEOUT)) {
783 starttime = jiffies;
785 if( time_after(jiffies, starttime + TX_TIMEOUT)) {
936 lp->open_time = jiffies;
990 dev->trans_start = jiffies; /* prevent tx timeout */
1010 dev->trans_start = jiffies; /* preven
[all...]
H A Dhp100.c117 #include <linux/jiffies.h>
1101 dev->trans_start = jiffies; /* prevent tx timeout */
1509 if (time_before(jiffies, dev_trans_start(dev) + HZ))
1660 if (time_before(jiffies, dev_trans_start(dev) + HZ)) {
2504 time = jiffies + (HZ / 4);
2510 } while (time_after(time, jiffies));
2512 if (time_after_eq(jiffies, time)) /* no signal->no logout */
2521 time = jiffies + (HZ / 2);
2527 } while (time_after(time, jiffies));
2530 if (time_after_eq(jiffies, tim
[all...]
H A Dne-h8300.c30 #include <linux/jiffies.h>
373 unsigned long reset_start_time = jiffies;
377 printk(KERN_DEBUG "resetting the 8390 t=%ld...", jiffies);
387 if (time_after(jiffies, reset_start_time + 2*HZ/100)) {
572 dma_start = jiffies;
602 if (time_after(jiffies, dma_start + 2*HZ/100)) { /* 20ms */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dwanxl.c411 timeout = jiffies + HZ;
417 } while (time_after(timeout, jiffies));
438 timeout = jiffies + HZ;
442 } while (time_after(timeout, jiffies));
480 unsigned long timeout = jiffies + 5 * HZ;
488 }while (time_after(timeout, jiffies));
649 timeout = jiffies + 20 * HZ;
651 if (time_before(timeout, jiffies)) {
736 timeout = jiffies + 5 * HZ;
741 }while (time_after(timeout, jiffies));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-hub.c191 if (time_before (jiffies, ehci->next_statechange))
306 ehci->next_statechange = jiffies + msecs_to_jiffies(10);
326 if (time_before (jiffies, ehci->next_statechange))
432 ehci->next_statechange = jiffies + msecs_to_jiffies(5);
666 jiffies, ehci->reset_done[i]))) {
787 ehci->reset_done[wIndex] = jiffies
865 ehci->reset_done[wIndex] = jiffies
873 else if (time_after_eq(jiffies,
898 && time_after_eq(jiffies,
1065 ehci->reset_done [wIndex] = jiffies
[all...]
H A Dohci-hub.c112 ohci->next_statechange = jiffies + msecs_to_jiffies (5);
246 ohci->next_statechange = jiffies + STATECHANGE_DELAY;
300 if (time_before (jiffies, ohci->next_statechange))
398 ohci->next_statechange = jiffies + HZ;
405 ohci->next_statechange = jiffies +
407 } else if (time_after_eq(jiffies,
640 /* wrap-aware logic morphed from <linux/jiffies.h> */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dwork.c471 wk->timeout = jiffies + IEEE80211_AUTH_TIMEOUT;
505 wk->timeout = jiffies + IEEE80211_AUTH_TIMEOUT;
537 wk->timeout = jiffies + IEEE80211_ASSOC_TIMEOUT;
551 wk->timeout = jiffies + msecs_to_jiffies(wk->remain.duration);
688 wk->timeout = jiffies + msecs_to_jiffies(ms);
903 wk->timeout = jiffies;
920 wk->timeout = jiffies;
995 run_again(local, jiffies + HZ/2);
1066 wk->timeout = jiffies;
1169 wk->timeout = jiffies;
[all...]
H A Dmesh.c194 if (time_after(jiffies, p->exp_time) ||
210 p->exp_time = jiffies + RMC_TIMEOUT;
470 round_jiffies(jiffies + IEEE80211_MESH_HOUSEKEEPING_INTERVAL));
479 round_jiffies(jiffies + IEEE80211_MESH_RANN_INTERVAL));
630 time_after(jiffies,
691 ifmsh->last_preq = jiffies;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dpss.c157 limit = jiffies + HZ/10; /* The timeout is 0.1 seconds */
166 for (i = 0; i < 5000000 && time_before(jiffies, limit); i++)
269 unsigned long i, limit = jiffies + HZ/10;
272 for (i = 0; i < 32768 && time_after_eq(limit, jiffies); i++)
320 limit = jiffies + HZ/10;
321 for (i = 0; i < 32768 && time_before(jiffies, limit); i++)
371 limit = jiffies + HZ/10;
372 for (i = 0; i < 32768 && time_after_eq(limit, jiffies); i++)
375 limit = jiffies + HZ/10;
376 for (i = 0; i < 32768 && time_after_eq(limit, jiffies);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtimer.c33 #include <linux/jiffies.h>
136 * 3 jiffies. This 3 jiffies came originally from the mm/ code which
160 if (j <= jiffies) /* rounding ate our timeout entirely; */
166 * __round_jiffies - function to round jiffies to a full second
167 * @j: the time in (absolute) jiffies that should be rounded
170 * __round_jiffies() rounds an absolute time in the future (in jiffies)
192 * __round_jiffies_relative - function to round jiffies to a full second
193 * @j: the time in (relative) jiffies that should be rounded
196 * __round_jiffies_relative() rounds a time delta in the future (in jiffies)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dkmemleak.c70 #include <linux/jiffies.h>
157 unsigned long jiffies; /* creation timestamp */ member in struct:kmemleak_object
334 time_before_eq(object->jiffies + jiffies_min_age,
346 unsigned int msecs_age = jiffies_to_msecs(jiffies - object->jiffies);
350 seq_printf(seq, " comm \"%s\", pid %d, jiffies %lu (age %d.%03ds)\n",
351 object->comm, object->pid, object->jiffies,
376 pr_notice(" comm \"%s\", pid %d, jiffies %lu\n",
377 object->comm, object->pid, object->jiffies);
530 object->jiffies
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Drx.c181 start = jiffies;
186 while (time_before(jiffies, start+30*HZ))
576 start = jiffies;
584 time_after(jiffies, start+HZ*startup_timeout)) {
591 time_after(jiffies, start + HZ *
596 start = jiffies;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Ddir.c135 if (jiffies - ctl.head.time >= SMB_MAX_AGE(server))
205 ctl.head.time = jiffies;
257 unsigned long age = jiffies - SMB_I(dir)->oldmtime;
304 unsigned long age = jiffies - dentry->d_time;
396 dentry->d_time = jiffies;
413 dentry->d_time = jiffies;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dpcwd.c61 #include <linux/jiffies.h> /* For jiffies stuff */
386 if (time_before(jiffies, pcwd_private.next_heartbeat)) {
403 mod_timer(&pcwd_private.timer, jiffies + WDT_INTERVAL);
416 pcwd_private.next_heartbeat = jiffies + (heartbeat * HZ);
419 mod_timer(&pcwd_private.timer, jiffies + WDT_INTERVAL);
471 pcwd_private.next_heartbeat = jiffies + (heartbeat * HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/gameport/
H A Dgameport.c136 j = jiffies; while (j == jiffies);
137 j = jiffies; while (j == jiffies) { t++; gameport_read(gameport); }
152 mod_timer(&gameport->poll_timer, jiffies + msecs_to_jiffies(gameport->poll_interval));
176 mod_timer(&gameport->poll_timer, jiffies + msecs_to_jiffies(gameport->poll_interval));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/via/
H A Dvia_dmablit.c352 } else if (blitq->is_active && time_after_eq(jiffies, blitq->end)) {
360 blitq->end = jiffies + DRM_HZ;
369 blitq->end = jiffies + DRM_HZ;
371 mod_timer(&blitq->poll_timer, jiffies + 1);
461 DRM_DEBUG("Polling timer called for engine %d, jiffies %lu\n", engine,
462 (unsigned long) jiffies);
467 mod_timer(&blitq->poll_timer, jiffies + 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-ibm_iic.c233 unsigned long x = jiffies + HZ / 28 + 2;
235 if (unlikely(time_after(jiffies, x)))
392 x = jiffies + 2;
394 if (time_after(jiffies, x)){
430 unsigned long x = jiffies + dev->adap.timeout;
433 if (unlikely(time_after(jiffies, x))){
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_generic.c197 unsigned long start_time = jiffies;
205 if (need_resched() || jiffies != start_time) {
251 time_after(jiffies, (trans_start +
265 round_jiffies(jiffies +
281 round_jiffies(jiffies + dev->watchdog_timeo)))
762 dev->trans_start = jiffies;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/eeprom/
H A Dat25.c216 timeout = jiffies + msecs_to_jiffies(EE_TIMEOUT);
230 } while (retries++ < 3 || time_before_eq(jiffies, timeout));
237 jiffies_to_msecs(jiffies -
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A Dgp8psk-fe.c45 if (time_after(jiffies,st->next_status_check)) {
49 st->next_status_check = jiffies + (st->status_check_interval*HZ)/1000;
226 state->next_status_check = jiffies;

Completed in 142 milliseconds

<<11121314151617181920>>