Searched refs:jiffies (Results 176 - 200 of 1972) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dtransport.c77 peer->last_time_heard = jiffies;
78 peer->last_time_ecne_reduced = jiffies;
191 jiffies + transport->rto))
533 if (time_after(jiffies, transport->last_time_ecne_reduced +
538 transport->last_time_ecne_reduced = jiffies;
607 timeout += jiffies;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dslip.c410 sl->dev->trans_start = jiffies;
461 if (time_before(jiffies, dev_trans_start(dev) + 20 * HZ)) {
843 sl->keepalive_timer.expires = jiffies + sl->keepalive * HZ;
847 sl->outfill_timer.expires = jiffies + sl->outfill * HZ;
1131 jiffies + sl->keepalive * HZ);
1156 jiffies + sl->outfill * HZ);
1226 jiffies + sl->keepalive * HZ;
1228 jiffies + sl->keepalive * HZ);
1246 jiffies + sl->outfill * HZ);
1335 unsigned long timeout = jiffies
[all...]
H A Dne2.c77 #include <linux/jiffies.h>
381 unsigned long reset_start_time = jiffies;
388 if (time_after(jiffies, reset_start_time + 2*HZ/100)) {
510 unsigned long reset_start_time = jiffies;
513 printk("resetting the 8390 t=%ld...", jiffies);
523 if (time_after(jiffies, reset_start_time + 2*HZ/100)) {
698 dma_start = jiffies;
724 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/scsi/aacraid/
H A Dcommsup.c868 dev->fsa_dev[container].config_waiting_stamp = jiffies;
883 time_before(jiffies, dev->fsa_dev[container].config_waiting_stamp + AIF_SNIFF_TIMEOUT))
889 time_before(jiffies, dev->fsa_dev[container].config_waiting_stamp + AIF_SNIFF_TIMEOUT))
910 dev->fsa_dev[container].config_waiting_stamp = jiffies;
923 dev->fsa_dev[container].config_waiting_stamp = jiffies;
935 time_before(jiffies, dev->fsa_dev[container].config_waiting_stamp + AIF_SNIFF_TIMEOUT))
940 dev->fsa_dev[container].config_waiting_stamp = jiffies;
1033 time_before(jiffies, dev->fsa_dev[container].config_waiting_stamp + AIF_SNIFF_TIMEOUT))
1039 time_before(jiffies, dev->fsa_dev[container].config_waiting_stamp + AIF_SNIFF_TIMEOUT))
1067 jiffies;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/eeprom/
H A Dmax6875.c72 time_after(jiffies, data->last_updated[slice])) {
103 data->last_updated[slice] = jiffies;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dfsm.c139 ft->tl.expires = jiffies + (millisec * HZ) / 1000;
160 ft->tl.expires = jiffies + (millisec * HZ) / 1000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixp2000/
H A Denp2611.c156 link_check_timer.expires = jiffies + HZ / 10;
213 link_check_timer.expires = jiffies;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dorinoco_pci.c76 * jiffies to regulate time instead of a straight mdelay(). Usually we
97 timeout = jiffies + (HERMES_PCI_COR_BUSYT * HZ / 1000);
99 while (time_before(jiffies, timeout) && (reg & HERMES_CMD_BUSY)) {
H A Dorinoco_tmd.c74 timeout = jiffies + (TMD_RESET_TIME * HZ / 1000);
76 while (time_before(jiffies, timeout) && (reg & HERMES_CMD_BUSY)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dbinfmt_elfo32.c118 jiffies_to_compat_timeval(unsigned long jiffies, struct compat_timeval *value) argument
121 * Convert jiffies to nanoseconds and separate with
124 u64 nsec = (u64)jiffies * TICK_NSEC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Drecoverd.c93 start = jiffies;
229 jiffies_to_msecs(jiffies - start));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dkarma.c115 timeout = jiffies + msecs_to_jiffies(6000);
130 if (time_after(jiffies, timeout))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dbcm47xx_wdt.c26 #include <linux/jiffies.h>
69 mod_timer(&wdt_timer, jiffies + HZ);
H A Dsoftdog.c49 #include <linux/jiffies.h>
114 mod_timer(&watchdog_ticktock, jiffies+(soft_margin*HZ));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Ddrm_os_linux.h105 unsigned long end = jiffies + (timeout); \
112 if (time_after_eq(jiffies, end)) { \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c188 unsigned long timeout = jiffies + (3 * DRM_HZ);
195 if (time_after_eq(jiffies, timeout)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/
H A Dheartbeat.c73 mod_timer(&hd->timer, jiffies + (110 - ((300 << FSHIFT) /
139 return mod_timer(&hd->timer, jiffies + 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dr600_audio.c113 jiffies + msecs_to_jiffies(AUDIO_TIMER_INTERVALL));
208 mod_timer(&rdev->audio_timer, jiffies + 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mcheck/
H A Dmce-inject.c162 start = jiffies;
164 if (!time_before(jiffies, start + 2*HZ)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dvmlinux.lds.S27 jiffies = jiffies_64 + 4; define
29 jiffies = jiffies_64; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-iopoll.c84 unsigned long start_time = jiffies;
95 if (budget <= 0 || time_after(jiffies, start_time)) {
H A Dblk-timeout.c117 if (time_after_eq(jiffies, rq->deadline)) {
182 req->deadline = jiffies + req->timeout;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_limit.c37 this algorithm. The `average rate' in jiffies becomes your initial
72 unsigned long now = jiffies;
122 /* User avg in seconds * XT_LIMIT_SCALE: convert to jiffies *
124 priv->prev = jiffies;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dgss_spkm3_seal.c37 #include <linux/jiffies.h>
74 now = jiffies;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsys_timer.c58 def_tmr.expires = (1) + jiffies;
104 def_tmr.expires = (1) + jiffies;

Completed in 146 milliseconds

1234567891011>>