Home
last modified time | relevance | path

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

/kernel/time/
Ditimer.c277 static unsigned int alarm_setitimer(unsigned int seconds) in alarm_setitimer() argument
282 if (seconds > INT_MAX) in alarm_setitimer()
283 seconds = INT_MAX; in alarm_setitimer()
285 it_new.it_value.tv_sec = seconds; in alarm_setitimer()
306 SYSCALL_DEFINE1(alarm, unsigned int, seconds) in SYSCALL_DEFINE1() argument
308 return alarm_setitimer(seconds); in SYSCALL_DEFINE1()
Dtimekeeping.c728 u64 seconds; in tk_update_ktime_data() local
738 seconds = (u64)(tk->xtime_sec + tk->wall_to_monotonic.tv_sec); in tk_update_ktime_data()
740 tk->tkr_mono.base = ns_to_ktime(seconds * NSEC_PER_SEC + nsec); in tk_update_ktime_data()
749 seconds++; in tk_update_ktime_data()
750 tk->ktime_sec = seconds; in tk_update_ktime_data()
1023 time64_t seconds; in ktime_get_real_seconds() local
1031 seconds = tk->xtime_sec; in ktime_get_real_seconds()
1035 return seconds; in ktime_get_real_seconds()
/kernel/dma/
Dmap_benchmark.c141 msleep_interruptible(map->bparam.seconds * 1000); in do_map_benchmark()
202 if (map->bparam.seconds == 0 || in map_benchmark_ioctl()
203 map->bparam.seconds > DMA_MAP_MAX_SECONDS) { in map_benchmark_ioctl()
/kernel/rcu/
DKconfig.debug72 int "RCU CPU stall timeout in seconds"
78 number of seconds, a CPU stall warning is printed. If the
93 seconds to milliseconds.
/kernel/power/
DKconfig156 asleep/awake for very short periods of time (<= 2 seconds).
217 make it wake up a few seconds later using an RTC wakeup alarm.
238 int "Watchdog timeout in seconds"
/kernel/trace/
DKconfig915 a producer and consumer that will run for 10 seconds and sleep for
916 10 seconds. Each interval it will print out the number of events
1065 The test runs for 10 seconds. This will slow your boot time
1066 by at least 10 more seconds.