Searched refs:seconds (Results 1 – 4 of 4) sorted by relevance
253 unsigned int alarm_setitimer(unsigned int seconds) in alarm_setitimer() argument258 if (seconds > INT_MAX) in alarm_setitimer()259 seconds = INT_MAX; in alarm_setitimer()261 it_new.it_value.tv_sec = seconds; in alarm_setitimer()
1392 SYSCALL_DEFINE1(alarm, unsigned int, seconds) in SYSCALL_DEFINE1() argument1394 return alarm_setitimer(seconds); in SYSCALL_DEFINE1()
547 a producer and consumer that will run for 10 seconds and sleep for548 10 seconds. Each interval it will print out the number of events569 The test runs for 10 seconds. This will slow your boot time570 by at least 10 more seconds.
180 make it wake up a few seconds later using an RTC wakeup alarm.