Searched refs:msecs (Results 1 – 9 of 9) sorted by relevance
203 msecs_to_jiffies(unsigned long msecs) in msecs_to_jiffies() argument207 tv.tv_sec = msecs / 1000000UL; in msecs_to_jiffies()208 tv.tv_usec = msecs % 1000000UL; in msecs_to_jiffies()
59 - Add -z flag (pause msecs) to allow optional pause between probes.
68 #options BEEP_ONHALT_PERIOD=250 # Default duration (in msecs)
3172 int msecs; in print_active_time() local3174 msecs = active_time (ticker); in print_active_time()3175 fprintf (f, "%d.%06d", msecs / 1000000, msecs % 1000000); in print_active_time()
113 #options BEEP_ONHALT_PERIOD=250 # Default duration (in msecs)
104 options BEEP_ONHALT_PERIOD=250 # Default duration (in msecs)
49 options BEEP_ONHALT_PERIOD=250 # Default duration (in msecs)
764 o Always round up when there's a fractional number of msecs. (8f9e60c Christopher Davis)