Searched refs:jiffies (Results 451 - 475 of 1972) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c523.c107 #include <linux/jiffies.h>
654 s = jiffies; /* warning: only active with interrupts on !! */
656 if (time_after(jiffies, s + 30*HZ/100))
680 s = jiffies;
682 if (time_after(jiffies, s + 30*HZ/100))
706 s = jiffies;
708 if (time_after(jiffies, s + 30*HZ/100)) {
795 s = jiffies;
797 if (time_after(jiffies, s + 30*HZ/100))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/aoe/
H A Daoecmd.c65 n = jiffies & 0xffff;
348 "retransmit", d->aoemajor, d->aoeminor, f->tag, jiffies, n,
389 n = jiffies & 0xffff;
524 t->lastwadj = jiffies;
553 && (jiffies - t->lastwadj)/HZ > 10) {
555 t->lastwadj = jiffies;
573 d->timer.expires = jiffies + TIMERTICK;
786 jiffies);
856 diskstats(d->gd, buf->bio, jiffies - buf->stime, buf->sector);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dmca.c72 #include <linux/jiffies.h>
315 time_before(jiffies, mlogbuf_timestamp + 30 * HZ)) {
329 mlogbuf_timestamp = jiffies;
540 unsigned long now = jiffies;
561 mod_timer(&cpe_poll_timer, jiffies + MIN_CPE_POLL_INTERVAL);
1398 unsigned long now = jiffies;
1424 mod_timer(&cmc_poll_timer, jiffies + CMC_POLL_INTERVAL);
1483 mod_timer(&cmc_poll_timer, jiffies + CMC_POLL_INTERVAL);
1560 mod_timer(&cpe_poll_timer, jiffies + poll_time);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dsaphir.c148 mod_timer(&cs->hw.saphir.timer, jiffies+1*HZ);
170 mod_timer(&cs->hw.saphir.timer, jiffies+1*HZ);
275 cs->hw.saphir.timer.expires = jiffies + 4*HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dtda8083.c32 #include <linux/jiffies.h>
171 unsigned long start = jiffies;
173 while (jiffies - start < timeout &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-input.c147 mod_timer(&ir->timer, jiffies + msecs_to_jiffies(ir->polling));
168 current_jiffies = jiffies;
211 ir->timer.expires = jiffies + msecs_to_jiffies(1000);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dieee1284.c56 * @timeout: time to wait (in jiffies)
58 * This function waits for up to @timeout jiffies for an
80 timer.expires = jiffies + timeout;
200 deadline = jiffies + msecs_to_jiffies(40);
201 while (time_before (jiffies, deadline)) {
784 * @inactivity: inactivity timeout (in jiffies)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/generic/
H A Dpci.c17 #include <linux/jiffies.h>
365 timeout = jiffies + HZ * 2; /* timeout after 2 sec */
368 if (time_after(jiffies, timeout))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Didmap.c168 if (time_after(jiffies, he->ih_expires))
185 if (time_after(jiffies, he->ih_expires))
215 he->ih_expires = jiffies + nfs_idmap_cache_timeout;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dstex.c991 before = jiffies;
993 if (time_after(jiffies, before + MU_MAX_DELAY * HZ)) {
1041 before = jiffies;
1043 if (time_after(jiffies, before + MU_MAX_DELAY * HZ)) {
1074 before = jiffies;
1076 if (time_after(jiffies, before + MU_MAX_DELAY * HZ)) {
1110 before = jiffies;
1112 if (time_after(jiffies, before + MU_MAX_DELAY * HZ)) {
1256 before = jiffies;
1258 if (time_after(jiffies, befor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dsuni.c13 #include <linux/jiffies.h>
85 if (from_timer) mod_timer(&poll_timer,jiffies+HZ);
326 poll_timer.expires = jiffies+HZ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/agp/
H A Dnvidia-agp.c13 #include <linux/jiffies.h>
272 end = jiffies + 3*HZ;
276 if (time_before_eq(end, jiffies)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Driotty.c386 end_time = jiffies + PortP->gs.closing_wait;
388 end_time = jiffies + MAX_SCHEDULE_TIMEOUT;
500 if (time_after(jiffies, end_time)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_fence.c75 rdev->fence_drv.last_jiffies = jiffies;
78 cjiffies = jiffies;
91 /* wrap around update last jiffies, we will just wait
243 rdev->fence_drv.last_jiffies = jiffies;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dadm1021.c25 #include <linux/jiffies.h>
86 unsigned long last_updated; /* In jiffies */
410 if (time_after(jiffies, data->last_updated + HZ + HZ / 2)
445 data->last_updated = jiffies;
H A Dadm1029.c31 #include <linux/jiffies.h>
150 unsigned long last_updated; /* in jiffies */
418 if (time_after(jiffies, data->last_updated + HZ * 2)
440 data->last_updated = jiffies;
H A Dcoretemp.c27 #include <linux/jiffies.h>
59 unsigned long last_updated; /* in jiffies */
137 if (!data->valid || time_after(jiffies, data->last_updated + HZ)) {
151 data->last_updated = jiffies;
H A Dlm77.c31 #include <linux/jiffies.h>
55 unsigned long last_updated; /* In jiffies */
394 if (time_after(jiffies, data->last_updated + HZ + HZ / 2)
414 data->last_updated = jiffies;
H A Dlm83.c37 #include <linux/jiffies.h>
155 unsigned long last_updated; /* in jiffies */
403 if (time_after(jiffies, data->last_updated + HZ * 2) || !data->valid) {
417 data->last_updated = jiffies;
H A Dlm95241.c31 #include <linux/jiffies.h>
94 unsigned long last_updated, interval; /* in jiffies */
414 if (time_after(jiffies, data->last_updated + data->interval) ||
435 data->last_updated = jiffies;
H A Dltc4245.c57 unsigned long last_updated; /* in jiffies */
94 if (time_after(jiffies, data->last_updated + 5 * HZ)) {
139 if (time_after(jiffies, data->last_updated + HZ) || !data->valid) {
164 data->last_updated = jiffies;
H A Dpkgtemp.c27 #include <linux/jiffies.h>
56 unsigned long last_updated; /* in jiffies */
134 if (!data->valid || time_after(jiffies, data->last_updated + HZ)) {
149 data->last_updated = jiffies;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/algos/
H A Di2c-algo-pca.c25 #include <linux/jiffies.h>
191 unsigned long timeout = jiffies + i2c_adap->timeout;
194 if (time_before(jiffies, timeout)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-iops.c120 timeout += jiffies;
122 if (time_after(jiffies, timeout)) {
445 hwif->timer.expires = jiffies + timeout;
H A Dide-tape.c30 #include <linux/jiffies.h>
357 if (time_after_eq(jiffies, tape->avg_time + HZ)) {
359 (jiffies - tape->avg_time) / 1024;
361 tape->avg_time = jiffies;
397 tape->dsc_polling_start = jiffies;
399 tape->dsc_timeout = jiffies + IDETAPE_DSC_MA_TIMEOUT;
608 tape->dsc_polling_start = jiffies;
610 tape->dsc_timeout = jiffies + IDETAPE_DSC_RW_TIMEOUT;
611 } else if (time_after(jiffies, tape->dsc_timeout)) {
620 } else if (time_after(jiffies,
[all...]

Completed in 177 milliseconds

<<11121314151617181920>>