Searched refs:time_before_eq (Results 1 - 25 of 29) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/jazz/
H A Dreset.c49 } while (time_before_eq(jiffies, timeout));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Djiffies.h116 #define time_before_eq(a,b) time_after_eq(b,a) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bridge/
H A Dbr_fdb.c163 && time_before_eq(fdb->ageing_timer + hold_time(br), jiffies);
235 if (time_before_eq(this_timer, jiffies)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/spi/
H A Dat25.c212 } while (retries++ < 3 || time_before_eq(jiffies, timeout));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dinet_timewait_sock.c350 if (time_before_eq(j, now)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/cdrom/
H A Dsjcd.c1714 for (timer = jiffies; time_before_eq(jiffies, timer););
1736 for (timer = jiffies; time_before_eq(jiffies, timer););
1767 time_before_eq(jiffies, timer););
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/
H A Dff-memless.c146 if (time_before_eq(now, next_at) &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/agp/
H A Dnvidia-agp.c260 if (time_before_eq(end, jiffies)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dshaper.c253 if(time_before_eq(SHAPERCB(skb)->shapeclock, jiffies + SHAPER_BURST))
H A Dhp100.c2570 if (time_before_eq(time, jiffies)) {
2696 if (time_before_eq(jiffies, time) && (val & HP100_LINK_UP_ST)) {
H A D3c505.c287 while (time_before_eq(jiffies, timeout) && !(inb_status(dev->base_addr) & ACRF));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Dsl811-hcd.c617 if (sl811->active_a && time_before_eq(sl811->jiffies_a, jiffies)) {
628 if (sl811->active_b && time_before_eq(sl811->jiffies_b, jiffies)) {
995 if (time_before_eq(sl811->jiffies_a, jiffies)) {
1009 if (time_before_eq(sl811->jiffies_a, jiffies)) {
H A Disp116x-hcd.c1279 while (time_before_eq(jiffies, t)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dwd7000.c765 while (time_before_eq(jiffies, WAITtimeout)) {
826 } while (freescbs < needed && time_before_eq(jiffies, timeout));
H A Dsym53c416.c557 if(time_before_eq(i, jiffies)) /* timed out */
H A DNCR53c406a.c953 if (time_before_eq(i, jiffies)) { /* Timed out, must be hardware trouble */
H A Da100u2w.c165 while (time_before_eq(jiffies, the_time))
H A Dsd.c1116 } while (spintime && time_before_eq(jiffies, spintime_expire));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/802/
H A Dtr.c439 if (time_before_eq(expires, jiffies)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Dneighbour.c747 if (time_before_eq(now,
751 } else if (time_before_eq(now,
766 if (time_before_eq(now,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/tokenring/
H A Dibmtr.c279 for(jif=jiffies+TR_BUSY_INTERVAL; time_before_eq(jiffies,jif););
294 for(jif=jiffies+TR_RST_TIME;time_before_eq(jiffies,jif););
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dtimer.c790 if (time_before_eq(expires, now))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1209 if (time_before_eq(jiffies, p->jiffies + IPOIB_CM_RX_TIMEOUT))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c550 if (time_before_eq(np->s.settle_time, thistime)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wan/
H A Dsdla.c458 while (waiting && time_before_eq(jiffies, jiffs))

Completed in 412 milliseconds

12