Home
last modified time | relevance | path

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

12345678910>>...15

/Linux-v4.19/Documentation/watchdog/
Dwatchdog-parameters.txt22 timeout: Watchdog timeout in seconds. 1<= timeout <=63, default=60.
27 timeout: Watchdog timeout in seconds. (0 < timeout < 18000, default=60
32 timeout: Watchdog timeout in seconds. (1<=timeout<=3600, default=30
39 margin: Watchdog margin in seconds (default=60)
44 wdt_time: Watchdog time in seconds. (default=5)
49 heartbeat: Watchdog heartbeats in seconds. (default = 15)
54 wdt_time: Watchdog time in seconds. (default=30)
59 margin: Watchdog margin in seconds (default 60s)
72 timeout: Watchdog timeout in seconds. 2<= timeout <=131, default=2.048s
77 heartbeat: Watchdog heartbeat period in seconds from 1 to 600, default 60
[all …]
Dwatchdog-api.txt90 representing the timeout in seconds. The driver returns the real
96 printf("The timeout was set to %d seconds\n", timeout);
98 This example might actually print "The timeout was set to 60 seconds"
105 printf("The timeout was is %d seconds\n", timeout);
118 Note that the pretimeout is the number of seconds before the time
119 when the timeout will go off. It is not the number of seconds until
120 the pretimeout. So, for instance, if you set the timeout to 60 seconds
121 and the pretimeout to 10 seconds, the pretimeout will go off in 50
122 seconds. Setting a pretimeout to zero disables it.
127 printf("The pretimeout was is %d seconds\n", timeout);
[all …]
/Linux-v4.19/Documentation/networking/
Dnf_conntrack-sysctl.txt53 nf_conntrack_frag6_timeout - INTEGER (seconds)
58 nf_conntrack_generic_timeout - INTEGER (seconds)
73 nf_conntrack_icmp_timeout - INTEGER (seconds)
78 nf_conntrack_icmpv6_timeout - INTEGER (seconds)
120 nf_conntrack_tcp_timeout_close - INTEGER (seconds)
123 nf_conntrack_tcp_timeout_close_wait - INTEGER (seconds)
126 nf_conntrack_tcp_timeout_established - INTEGER (seconds)
129 nf_conntrack_tcp_timeout_fin_wait - INTEGER (seconds)
132 nf_conntrack_tcp_timeout_last_ack - INTEGER (seconds)
135 nf_conntrack_tcp_timeout_max_retrans - INTEGER (seconds)
[all …]
/Linux-v4.19/drivers/rtc/
Drtc-tps6586x.c72 time64_t seconds; in tps6586x_rtc_read_time() local
88 seconds = ticks >> 10; in tps6586x_rtc_read_time()
89 rtc_time64_to_tm(seconds, tm); in tps6586x_rtc_read_time()
98 time64_t seconds; in tps6586x_rtc_set_time() local
102 seconds = rtc_tm_to_time64(tm); in tps6586x_rtc_set_time()
104 ticks = (unsigned long long)seconds << 10; in tps6586x_rtc_set_time()
151 time64_t seconds; in tps6586x_rtc_set_alarm() local
160 seconds = rtc_tm_to_time64(&alrm->time); in tps6586x_rtc_set_alarm()
181 if ((seconds - rtc_current_time) > ALM1_VALID_RANGE_IN_SEC) in tps6586x_rtc_set_alarm()
182 seconds = rtc_current_time - 1; in tps6586x_rtc_set_alarm()
[all …]
Drtc-mc13xxx.c66 unsigned int seconds, days1, days2; in mc13xxx_rtc_read_time() local
78 ret = mc13xxx_reg_read(priv->mc13xxx, MC13XXX_RTCTOD, &seconds); in mc13xxx_rtc_read_time()
87 rtc_time64_to_tm((time64_t)days1 * SEC_PER_DAY + seconds, tm); in mc13xxx_rtc_read_time()
95 unsigned int seconds, days; in mc13xxx_rtc_set_mmss() local
99 days = div_s64_rem(secs, SEC_PER_DAY, &seconds); in mc13xxx_rtc_set_mmss()
130 ret = mc13xxx_reg_write(priv->mc13xxx, MC13XXX_RTCTOD, seconds); in mc13xxx_rtc_set_mmss()
161 unsigned seconds, days; in mc13xxx_rtc_read_alarm() local
168 ret = mc13xxx_reg_read(priv->mc13xxx, MC13XXX_RTCTODA, &seconds); in mc13xxx_rtc_read_alarm()
171 if (seconds >= SEC_PER_DAY) { in mc13xxx_rtc_read_alarm()
192 s1970 = (time64_t)days * SEC_PER_DAY + seconds; in mc13xxx_rtc_read_alarm()
[all …]
Drtc-ds1685.c272 u8 seconds, minutes, hours, wday, mday, month, years; in ds1685_rtc_read_time() local
276 seconds = rtc->read(rtc, RTC_SECS); in ds1685_rtc_read_time()
292 tm->tm_sec = ds1685_rtc_bcd2bin(rtc, seconds, RTC_SECS_BCD_MASK, in ds1685_rtc_read_time()
320 u8 ctrlb, seconds, minutes, hours, wday, mday, month, years, century; in ds1685_rtc_set_time() local
323 seconds = ds1685_rtc_bin2bcd(rtc, tm->tm_sec, RTC_SECS_BIN_MASK, in ds1685_rtc_set_time()
367 rtc->write(rtc, RTC_SECS, seconds); in ds1685_rtc_set_time()
396 u8 seconds, minutes, hours, mday, ctrlb, ctrlc; in ds1685_rtc_read_alarm() local
401 seconds = rtc->read(rtc, RTC_SECS_ALARM); in ds1685_rtc_read_alarm()
421 if (likely(seconds < 0xc0)) in ds1685_rtc_read_alarm()
422 alrm->time.tm_sec = ds1685_rtc_bcd2bin(rtc, seconds, in ds1685_rtc_read_alarm()
[all …]
/Linux-v4.19/drivers/net/ethernet/microchip/
Dlan743x_ptp.c23 u32 seconds, u32 nano_seconds,
64 u32 seconds, u32 nano_seconds, in lan743x_ptp_tx_ts_enqueue_ts() argument
71 ptp->tx_ts_seconds_queue[ptp->tx_ts_queue_size] = seconds; in lan743x_ptp_tx_ts_enqueue_ts()
86 u32 header, nseconds, seconds; in lan743x_ptp_tx_ts_complete() local
104 seconds = ptp->tx_ts_seconds_queue[i]; in lan743x_ptp_tx_ts_complete()
108 tstamps.hwtstamp = ktime_set(seconds, nseconds); in lan743x_ptp_tx_ts_complete()
177 u32 *seconds, u32 *nano_seconds,
349 u32 seconds = 0; in lan743x_ptpci_gettime64() local
351 lan743x_ptp_clock_get(adapter, &seconds, &nano_seconds, NULL); in lan743x_ptpci_gettime64()
352 ts->tv_sec = seconds; in lan743x_ptpci_gettime64()
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/input/
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-v4.19/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh140 seconds=$4
172 boot_args="`per_version_boot_params "$boot_args" $resdir/.config $seconds`"
202 if test $kruntime -ge $seconds
209 if test $kruntime -lt $seconds
211 echo Completed in $kruntime vs. $seconds >> $resdir/Warnings 2>&1
259 echo "!!! PID $qemu_pid hung at $kruntime vs. $seconds seconds" >> $resdir/Warnings 2>&1
/Linux-v4.19/arch/s390/mm/
Dcmm.c232 static void cmm_set_timeout(long nr, long seconds) in cmm_set_timeout() argument
235 cmm_timeout_seconds = seconds; in cmm_set_timeout()
292 long nr, seconds; in cmm_timeout_handler() local
309 seconds = simple_strtoul(p, &p, 0); in cmm_timeout_handler()
310 cmm_set_timeout(nr, seconds); in cmm_timeout_handler()
357 long nr, seconds; in cmm_smsg_target() local
383 seconds = simple_strtoul(msg, &msg, 0); in cmm_smsg_target()
386 cmm_set_timeout(nr, seconds); in cmm_smsg_target()
/Linux-v4.19/fs/udf/
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-v4.19/kernel/time/
Ditimer.c257 static unsigned int alarm_setitimer(unsigned int seconds) in alarm_setitimer() argument
262 if (seconds > INT_MAX) in alarm_setitimer()
263 seconds = INT_MAX; in alarm_setitimer()
265 it_new.it_value.tv_sec = seconds; in alarm_setitimer()
286 SYSCALL_DEFINE1(alarm, unsigned int, seconds) in SYSCALL_DEFINE1() argument
288 return alarm_setitimer(seconds); in SYSCALL_DEFINE1()
/Linux-v4.19/tools/testing/vsock/
Dtimeout.c45 void timeout_begin(unsigned int seconds) in timeout_begin() argument
47 alarm(seconds); in timeout_begin()
/Linux-v4.19/Documentation/device-mapper/
Ddm-flakey.txt9 <up interval> seconds, then exhibits unreliable behaviour for <down
10 interval> seconds, and then this cycle repeats.
25 <up interval>: Number of seconds device is available.
26 <down interval>: Number of seconds device returns errors.
/Linux-v4.19/Documentation/devicetree/bindings/memory-controllers/
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-v4.19/tools/laptop/freefall/
Dfreefall.c81 static void protect(int seconds) in protect() argument
83 const char *str = (seconds == 0) ? "Unparked" : "Parked"; in protect()
85 write_int(unload_heads_path, seconds*1000); in protect()
/Linux-v4.19/Documentation/ABI/testing/
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
Dsysfs-class-rtc-rtc0-device-rtc_calibration8 Every 60 seconds the AB8500 will correct the RTC's value
11 30.5 micro-seconds (half-parts-per-million of the 32KHz clock)
/Linux-v4.19/include/linux/
Ddelay.h62 static inline void ssleep(unsigned int seconds) in ssleep() argument
64 msleep(seconds * 1000); in ssleep()
/Linux-v4.19/include/uapi/linux/netfilter/
Dxt_recent.h29 __u32 seconds; member
38 __u32 seconds; member
/Linux-v4.19/tools/testing/selftests/timers/
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()
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dhisilicon-femac.txt21 The 1st cell is reset pre-delay in micro seconds.
22 The 2nd cell is reset pulse in micro seconds.
23 The 3rd cell is reset post-delay in micro seconds.
/Linux-v4.19/Documentation/locking/
Dlocktorture.txt63 shutdown_secs The number of seconds to run the test before terminating
68 onoff_interval The number of seconds between each attempt to execute a
75 onoff_holdoff The number of seconds to wait until starting CPU-hotplug
83 stat_interval Number of seconds between statistics-related printk()s.
84 By default, locktorture will report stats every 60 seconds.
95 shuffle_interval The number of seconds to keep the test threads affinitied
96 to a particular subset of the CPUs, defaults to 3 seconds.
/Linux-v4.19/Documentation/devicetree/bindings/watchdog/
Dqcom-wdt.txt19 - timeout-sec : shall contain the default watchdog timeout in seconds,
20 if unset, the default timeout is 30 seconds
/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-fs-orangefs24 seconds.
47 Service operation timeout in seconds.
54 "Slot" timeout in seconds. A "slot"

12345678910>>...15