Home
last modified time | relevance | path

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

12345678910>>...17

/linux/Documentation/watchdog/
A Dwatchdog-parameters.rst74 Watchdog margin in seconds (default=60)
92 Watchdog time in seconds. (default=5)
110 Watchdog time in seconds. (default=30)
119 Watchdog margin in seconds (default 60s)
214 Watchdog heartbeat in seconds.
270 Watchdog margin in seconds (default 60)
286 Watchdog timeout in seconds, default=60
371 initial watchdog timeout (in seconds)
382 Initial watchdog heartbeat in seconds
564 Watchdog margin in seconds
[all …]
A Dwatchdog-api.rst98 representing the timeout in seconds. The driver returns the real
104 printf("The timeout was set to %d seconds\n", timeout);
113 printf("The timeout was is %d seconds\n", timeout);
127 Note that the pretimeout is the number of seconds before the time
130 and the pretimeout to 10 seconds, the pretimeout will go off in 50
131 seconds. Setting a pretimeout to zero disables it.
136 printf("The pretimeout was is %d seconds\n", timeout);
140 Get the number of seconds before reboot
145 that returns the number of seconds before reboot::
148 printf("The timeout was is %d seconds\n", timeleft);
[all …]
A Dhpwdt.rst30 Default value is 30 seconds.
33 This is the number of seconds before timeout when an
36 Default value is 9 seconds.
42 kdumptimeout Minimum timeout in seconds to apply upon receipt of an NMI
54 can only be set to 9 seconds. Attempts to set pretimeout to other
/linux/Documentation/networking/
A Dnf_conntrack-sysctl.rst59 nf_conntrack_frag6_timeout - INTEGER (seconds)
64 nf_conntrack_generic_timeout - INTEGER (seconds)
79 nf_conntrack_icmp_timeout - INTEGER (seconds)
84 nf_conntrack_icmpv6_timeout - INTEGER (seconds)
136 nf_conntrack_tcp_timeout_close - INTEGER (seconds)
172 nf_conntrack_udp_timeout - INTEGER (seconds)
175 nf_conntrack_udp_timeout_stream - INTEGER (seconds)
181 nf_conntrack_gre_timeout - INTEGER (seconds)
184 nf_conntrack_gre_timeout_stream - INTEGER (seconds)
197 nf_flowtable_tcp_timeout - INTEGER (seconds)
[all …]
/linux/drivers/rtc/
A Drtc-msc313.c53 unsigned long seconds; in msc313_rtc_read_alarm() local
55 seconds = readw(priv->rtc_base + REG_RTC_MATCH_VAL_L) in msc313_rtc_read_alarm()
58 rtc_time64_to_tm(seconds, &alarm->time); in msc313_rtc_read_alarm()
83 unsigned long seconds; in msc313_rtc_set_alarm() local
85 seconds = rtc_tm_to_time64(&alarm->time); in msc313_rtc_set_alarm()
111 u32 seconds; in msc313_rtc_read_time() local
124 seconds = readw(priv->rtc_base + REG_RTC_CNT_VAL_L) in msc313_rtc_read_time()
127 rtc_time64_to_tm(seconds, tm); in msc313_rtc_read_time()
135 unsigned long seconds; in msc313_rtc_set_time() local
138 seconds = rtc_tm_to_time64(tm); in msc313_rtc_set_time()
[all …]
A Drtc-tps6586x.c60 time64_t seconds; in tps6586x_rtc_read_time() local
76 seconds = ticks >> 10; in tps6586x_rtc_read_time()
77 rtc_time64_to_tm(seconds, tm); in tps6586x_rtc_read_time()
86 time64_t seconds; in tps6586x_rtc_set_time() local
90 seconds = rtc_tm_to_time64(tm); in tps6586x_rtc_set_time()
139 time64_t seconds; in tps6586x_rtc_set_alarm() local
148 seconds = rtc_tm_to_time64(&alrm->time); in tps6586x_rtc_set_alarm()
170 seconds = rtc_current_time - 1; in tps6586x_rtc_set_alarm()
188 time64_t seconds; in tps6586x_rtc_read_alarm() local
199 seconds = ticks >> 10; in tps6586x_rtc_read_alarm()
[all …]
A Drtc-mc13xxx.c63 unsigned int seconds, days1, days2; in mc13xxx_rtc_read_time() local
75 ret = mc13xxx_reg_read(priv->mc13xxx, MC13XXX_RTCTOD, &seconds); in mc13xxx_rtc_read_time()
84 rtc_time64_to_tm((time64_t)days1 * SEC_PER_DAY + seconds, tm); in mc13xxx_rtc_read_time()
92 unsigned int seconds, days; in mc13xxx_rtc_set_time() local
96 days = div_s64_rem(rtc_tm_to_time64(tm), SEC_PER_DAY, &seconds); in mc13xxx_rtc_set_time()
127 ret = mc13xxx_reg_write(priv->mc13xxx, MC13XXX_RTCTOD, seconds); in mc13xxx_rtc_set_time()
158 unsigned int seconds, days; in mc13xxx_rtc_read_alarm() local
168 if (seconds >= SEC_PER_DAY) { in mc13xxx_rtc_read_alarm()
189 s1970 = (time64_t)days * SEC_PER_DAY + seconds; in mc13xxx_rtc_read_alarm()
201 u32 seconds, days; in mc13xxx_rtc_set_alarm() local
[all …]
A Drtc-ds1685.c265 u8 seconds, minutes, hours, wday, mday, month, years; in ds1685_rtc_read_time() local
269 seconds = rtc->read(rtc, RTC_SECS); in ds1685_rtc_read_time()
359 rtc->write(rtc, RTC_SECS, seconds); in ds1685_rtc_set_time()
388 u8 seconds, minutes, hours, mday, ctrlb, ctrlc; in ds1685_rtc_read_alarm() local
393 seconds = rtc->read(rtc, RTC_SECS_ALARM); in ds1685_rtc_read_alarm()
413 if (likely(seconds < 0xc0)) in ds1685_rtc_read_alarm()
446 u8 ctrlb, seconds, minutes, hours, mday; in ds1685_rtc_set_alarm() local
450 seconds = ds1685_rtc_bin2bcd(rtc, alrm->time.tm_sec, in ds1685_rtc_set_alarm()
476 if (unlikely(seconds >= 0xc0)) in ds1685_rtc_set_alarm()
477 seconds = 0xff; in ds1685_rtc_set_alarm()
[all …]
/linux/tools/testing/selftests/rcutorture/bin/
A Dkvm-transform.sh38 seconds="$4"
39 if test -n "$seconds" && echo $seconds | grep -q '[^0-9]'
41 echo "Invalid duration, should be numeric in seconds: '$seconds'"
46 -v seconds="$seconds" '
A Dkvm-test-1-run-qemu.sh102 elif test $kruntime -ge $seconds || test -f "$resdir/../STOP.1"
109 if test $kruntime -lt $seconds
111 echo Completed in $kruntime vs. $seconds >> $resdir/Warnings 2>&1
162 …if test "$newline" != "$oldline" && test "$last_ts" -lt $((seconds + $TORTURE_SHUTDOWN_GRACE)) && …
165 if test $kruntime -ge $((seconds + $TORTURE_SHUTDOWN_GRACE))
172 echo "!!! PID $qemu_pid hung at $kruntime vs. $seconds seconds `date`" >> $resdir/Warnings 2>&1
/linux/tools/testing/selftests/dma/
A Ddma_map_benchmark.c38 __u32 seconds; /* how long the test will last */ member
52 int threads = 1, seconds = 20, node = -1; in main() local
67 seconds = atoi(optarg); in main()
95 if (seconds <= 0 || seconds > DMA_MAP_MAX_SECONDS) { in main()
131 map.seconds = seconds; in main()
145 threads, seconds, node, dir[directions], granule); in main()
/linux/tools/testing/selftests/firmware/
A Dsettings2 # 2 seconds). There are 3 test configs, each done with and without firmware
4 # normal execution should be 2 * 3 * 2 * 2 * 5 = 120 seconds for those alone.
5 # Additionally, fw_fallback may take 5 seconds for internal timeouts in each
6 # of the 3 configs, so at least another 15 seconds are needed. Add another
7 # 10 seconds for each testing config: 120 + 15 + 30
/linux/drivers/net/ethernet/microchip/
A Dlan743x_ptp.c408 u32 seconds = 0; in lan743x_ptpci_gettime64() local
411 ts->tv_sec = seconds; in lan743x_ptpci_gettime64()
425 u32 seconds = 0; in lan743x_ptpci_settime64() local
442 seconds = ts->tv_sec; in lan743x_ptpci_settime64()
755 seconds, nsec, in lan743x_ptpci_do_aux_work()
792 if (seconds) in lan743x_ptp_clock_get()
814 s32 seconds = 0; in lan743x_ptp_clock_step() local
865 seconds--; in lan743x_ptp_clock_step()
877 seconds++; in lan743x_ptp_clock_step()
881 while (seconds) { in lan743x_ptp_clock_step()
[all …]
/linux/Documentation/devicetree/bindings/input/
A Dti,palmas-pwrbutton.txt16 - ti,palmas-long-press-seconds: Duration in seconds which the power
20 - ti,palmas-pwron-debounce-milli-seconds: Duration in milliseconds
32 ti,palmas-long-press-seconds = <12>;
33 ti,palmas-pwron-debounce-milli-seconds = <15>;
/linux/arch/s390/mm/
A Dcmm.c229 static void cmm_set_timeout(long nr, long seconds) in cmm_set_timeout() argument
232 cmm_timeout_seconds = seconds; in cmm_set_timeout()
289 long nr, seconds; in cmm_timeout_handler() local
304 seconds = simple_strtoul(p, &p, 0); in cmm_timeout_handler()
305 cmm_set_timeout(nr, seconds); in cmm_timeout_handler()
352 long nr, seconds; in cmm_smsg_target() local
378 seconds = simple_strtoul(msg, &msg, 0); in cmm_smsg_target()
381 cmm_set_timeout(nr, seconds); in cmm_smsg_target()
/linux/Documentation/devicetree/bindings/memory-controllers/
A Darm,pl172.txt68 enable (WE signal) in nano seconds.
71 enable (OE signal) in nano seconds.
74 access in nano seconds.
77 access in nano seconds.
80 accesses in nano seconds.
83 seconds.
/linux/fs/udf/
A Dudftime.c75 time64_t seconds; in udf_time_to_disk_stamp() local
83 seconds = ts.tv_sec + offset * 60; in udf_time_to_disk_stamp()
84 time64_to_tm(seconds, 0, &tm); in udf_time_to_disk_stamp()
/linux/Documentation/ABI/testing/
A Dsysfs-class-rtc51 Valid time range for the RTC, as seconds from epoch, formatted
59 (RO) RTC-provided time as the number of seconds since the epoch
88 wake if a daily wakeup is required. Format is seconds since the
89 epoch by default, or if there's a leading +, seconds in the
90 future, or if there is a leading +=, seconds ahead of the
A Dsysfs-bus-iio-sps307 to its maximum speed and keeps spinning for about 10 seconds in
17 the current one is returned. Units are seconds.
26 The range of available values in seconds represented as the
/linux/Documentation/admin-guide/device-mapper/
A Ddm-flakey.rst10 <up interval> seconds, then exhibits unreliable behaviour for <down
11 interval> seconds, and then this cycle repeats.
33 Number of seconds device is available.
35 Number of seconds device returns errors.
/linux/Documentation/locking/
A Dlocktorture.rst80 The number of seconds to run the test before terminating
86 The number of seconds between each attempt to execute a
94 The number of seconds to wait until starting CPU-hotplug
103 Number of seconds between statistics-related printk()s.
104 By default, locktorture will report stats every 60 seconds.
116 The number of seconds to keep the test threads affinitied
117 to a particular subset of the CPUs, defaults to 3 seconds.
/linux/tools/laptop/freefall/
A Dfreefall.c80 static void protect(int seconds) in protect() argument
82 const char *str = (seconds == 0) ? "Unparked" : "Parked"; in protect()
84 write_int(unload_heads_path, seconds*1000); in protect()
/linux/kernel/time/
A 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()
/linux/tools/testing/vsock/
A Dtimeout.c41 void timeout_begin(unsigned int seconds) in timeout_begin() argument
43 alarm(seconds); in timeout_begin()
/linux/tools/testing/selftests/timers/
A Dinconsistency-check.c94 int consistency_test(int clock_type, unsigned long seconds) in consistency_test() argument
109 while (seconds == -1 || now - then < seconds) { in consistency_test()

Completed in 63 milliseconds

12345678910>>...17