Searched refs:msec (Results 26 - 37 of 37) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Dmain.c810 static struct timeval *elapse_time(struct timeval *tv, unsigned msec, unsigned jitter) { argument
815 if (msec)
816 avahi_timeval_add(tv, (AvahiUsec) msec*1000);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dsgiarcs.h140 unsigned short msec; member in struct:linux_tinfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dsgiarcs.h140 unsigned short msec; member in struct:linux_tinfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/tools/misc/
H A Depi_ttcp.c933 /* convert msec arg to usec for bufsleep, minimum 10ms */
1844 fprintf(stderr, "ERROR: time calc mismatch of msec (%d) to usec (%f)\n",
1869 fprintf(stderr, "ERROR: time calc mismatch of msec (%d) to usec (%f)\n",
1889 t_min = 1000.0; /* 1 msec */
1943 fprintf(stderr,"%s: %ld I/O calls, %d.%03d msec(real)/call, %d.%03d msec(cpu)/call\n",
2134 * "System sec=%d, msec=%d\n", SysTime.wSecond, SysTime.wMilliseconds);
2141 * " User sec=%d, msec=%d\n", SysTime.wSecond, SysTime.wMilliseconds);
2208 unsigned int msec;
2211 msec
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Dmd.c2168 int msec = (mddev->safemode_delay*1000)/HZ; local
2169 return sprintf(page, "%d.%03d\n", msec/1000, msec%1000);
2177 unsigned long msec; local
2197 msec = simple_strtoul(buf, &e, 10);
2200 msec = (msec * 1000) / scale;
2201 if (msec == 0)
2204 mddev->safemode_delay = (msec*HZ)/1000;
2406 * like active, but no writes have been seen for a while (100msec)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dw83627ehf.c201 static inline u8 step_time_to_reg(unsigned int msec, u8 mode) argument
203 return SENSORS_LIMIT((mode ? (msec + 50) / 100 :
204 (msec + 200) / 400), 1, 255);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dsata_mv.c1932 static inline void __msleep(unsigned int msec, int can_sleep) argument
1935 msleep(msec);
1937 mdelay(msec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Depca.c208 static void digi_send_break(struct channel *ch, int msec);
2690 void digi_send_break(struct channel *ch, int msec) argument
2698 msec amount of time, and then stop the break. This way,
2700 to be called (i.e. via an ioctl()) more than once in msec amount
2703 fepcmd(ch, SENDBREAK, msec, 0, 10, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dau1550_ac97.c163 au1550_delay(int msec) argument
171 tmo = jiffies + (msec * HZ) / 1000;
1982 /* need to delay around 500msec(bleech) to give
H A Dau1550_i2s.c99 au1550_delay(int msec) argument
107 tmo = jiffies + (msec * HZ) / 1000;
H A Dnec_vrc5477.c367 static void vrc5477_ac97_delay(int msec) argument
375 tmo = jiffies + (msec*HZ)/1000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dgt64240eth.c100 static void gt64240_delay(int msec);
200 // snooze for 1 msec and check again
216 // snooze for 1 msec and check again
338 // snooze for 1 msec and check again
490 int timedout = 100; // wait up to 100 msec for hard stop to complete
514 // snooze for 20 msec and check again

Completed in 315 milliseconds

12