Searched refs:milliseconds (Results 1 – 13 of 13) sorted by relevance
33 #define CHECKRESET_TIME milliseconds(4000)38 #define CHECKSTAT_TIME milliseconds(8000)44 #define SAR_TIMEOUT milliseconds(10000)
108 #define milliseconds(x) (x/(1000/HZ)) macro
168 schedule_timeout(milliseconds(10000)); in sc_init()
218 u32 milliseconds);
33 __u32 time; /* event timestamp in milliseconds */118 in milliseconds since ... well, since sometime in the past. This eases the
421 monitoring performed every 100 milliseconds, and one with ARP link422 monitoring performed every 200 milliseconds, the /etc/conf.modules should724 It takes an integer that represents the checking time in milliseconds. It877 milliseconds, must be a multiple of miimon).883 (in milliseconds, must be a multiple of miimon).
213 Sets the time duration (in milliseconds) after which the kernel
83 (in milliseconds). One of the interesting things that you can do with
271 measured in microseconds rather than milliseconds.
122 unsigned char ctime_ms; // Creation time, milliseconds
181 timeslice The number of milliseconds that a device driver is
8132 The number of milliseconds to delay after an initial bus reset.8309 The number of milliseconds to delay after an initial bus reset.
416 static void gdth_delay(int milliseconds);731 static void gdth_delay(int milliseconds) in gdth_delay() argument733 if (milliseconds == 0) { in gdth_delay()736 mdelay(milliseconds); in gdth_delay()