Searched refs:seconds (Results 1 – 7 of 7) sorted by relevance
277 static unsigned int alarm_setitimer(unsigned int seconds) in alarm_setitimer() argument282 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() argument308 return alarm_setitimer(seconds); in SYSCALL_DEFINE1()
712 u64 seconds; in tk_update_ktime_data() local722 seconds = (u64)(tk->xtime_sec + tk->wall_to_monotonic.tv_sec); in tk_update_ktime_data()724 tk->tkr_mono.base = ns_to_ktime(seconds * NSEC_PER_SEC + nsec); in tk_update_ktime_data()733 seconds++; in tk_update_ktime_data()734 tk->ktime_sec = seconds; in tk_update_ktime_data()1007 time64_t seconds; in ktime_get_real_seconds() local1015 seconds = tk->xtime_sec; in ktime_get_real_seconds()1019 return seconds; in ktime_get_real_seconds()
36 __u32 seconds; /* how long the test will last */ member163 msleep_interruptible(map->bparam.seconds * 1000); in do_map_benchmark()222 if (map->bparam.seconds == 0 || in map_benchmark_ioctl()223 map->bparam.seconds > DMA_MAP_MAX_SECONDS) { in map_benchmark_ioctl()
418 bool cpu_wait_death(unsigned int cpu, int seconds) in cpu_wait_death() argument420 int jf_left = seconds * HZ; in cpu_wait_death()
84 int "RCU CPU stall timeout in seconds"90 number of seconds, a CPU stall warning is printed. If the
198 make it wake up a few seconds later using an RTC wakeup alarm.219 int "Watchdog timeout in seconds"
797 a producer and consumer that will run for 10 seconds and sleep for798 10 seconds. Each interval it will print out the number of events933 The test runs for 10 seconds. This will slow your boot time934 by at least 10 more seconds.