Searched refs:seconds (Results 1 – 6 of 6) sorted by relevance
251 static unsigned int alarm_setitimer(unsigned int seconds) in alarm_setitimer() argument256 if (seconds > INT_MAX) in alarm_setitimer()257 seconds = INT_MAX; in alarm_setitimer()259 it_new.it_value.tv_sec = seconds; in alarm_setitimer()280 SYSCALL_DEFINE1(alarm, unsigned int, seconds) in SYSCALL_DEFINE1() argument282 return alarm_setitimer(seconds); in SYSCALL_DEFINE1()
632 u64 seconds; in tk_update_ktime_data() local642 seconds = (u64)(tk->xtime_sec + tk->wall_to_monotonic.tv_sec); in tk_update_ktime_data()644 tk->tkr_mono.base = ns_to_ktime(seconds * NSEC_PER_SEC + nsec); in tk_update_ktime_data()653 seconds++; in tk_update_ktime_data()654 tk->ktime_sec = seconds; in tk_update_ktime_data()935 time64_t seconds; in ktime_get_real_seconds() local943 seconds = tk->xtime_sec; in ktime_get_real_seconds()947 return seconds; in ktime_get_real_seconds()
61 int "RCU CPU stall timeout in seconds"67 number of seconds, a CPU stall warning is printed. If the
418 bool cpu_wait_death(unsigned int cpu, int seconds) in cpu_wait_death() argument420 int jf_left = seconds * HZ; in cpu_wait_death()
188 make it wake up a few seconds later using an RTC wakeup alarm.209 int "Watchdog timeout in seconds"
713 a producer and consumer that will run for 10 seconds and sleep for714 10 seconds. Each interval it will print out the number of events735 The test runs for 10 seconds. This will slow your boot time736 by at least 10 more seconds.