Home
last modified time | relevance | path

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

/kernel/time/
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()
Dtimekeeping.c614 u64 seconds; in tk_update_ktime_data() local
624 seconds = (u64)(tk->xtime_sec + tk->wall_to_monotonic.tv_sec); in tk_update_ktime_data()
626 tk->tkr_mono.base = ns_to_ktime(seconds * NSEC_PER_SEC + nsec); in tk_update_ktime_data()
635 seconds++; in tk_update_ktime_data()
636 tk->ktime_sec = seconds; in tk_update_ktime_data()
915 time64_t seconds; in ktime_get_real_seconds() local
923 seconds = tk->xtime_sec; in ktime_get_real_seconds()
927 return seconds; in ktime_get_real_seconds()
Dtimer.c1715 SYSCALL_DEFINE1(alarm, unsigned int, seconds) in SYSCALL_DEFINE1() argument
1717 return alarm_setitimer(seconds); in SYSCALL_DEFINE1()
/kernel/
Dsmpboot.c469 bool cpu_wait_death(unsigned int cpu, int seconds) in cpu_wait_death() argument
471 int jf_left = seconds * HZ; in cpu_wait_death()
/kernel/trace/
DKconfig649 a producer and consumer that will run for 10 seconds and sleep for
650 10 seconds. Each interval it will print out the number of events
671 The test runs for 10 seconds. This will slow your boot time
672 by at least 10 more seconds.
/kernel/power/
DKconfig178 make it wake up a few seconds later using an RTC wakeup alarm.
199 int "Watchdog timeout in seconds"