Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 4 of 4) sorted by relevance

/kernel/
Ditimer.c253 unsigned int alarm_setitimer(unsigned int seconds) in alarm_setitimer() argument
258 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()
Dtimer.c1392 SYSCALL_DEFINE1(alarm, unsigned int, seconds) in SYSCALL_DEFINE1() argument
1394 return alarm_setitimer(seconds); in SYSCALL_DEFINE1()
/kernel/trace/
DKconfig547 a producer and consumer that will run for 10 seconds and sleep for
548 10 seconds. Each interval it will print out the number of events
569 The test runs for 10 seconds. This will slow your boot time
570 by at least 10 more seconds.
/kernel/power/
DKconfig180 make it wake up a few seconds later using an RTC wakeup alarm.