Home
last modified time | relevance | path

Searched full:seconds (Results 1 – 25 of 3304) sorted by relevance

12345678910>>...133

/kernel/linux/linux-4.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 …]
/kernel/linux/linux-5.10/Documentation/networking/
Dnf_conntrack-sysctl.rst60 nf_conntrack_frag6_timeout - INTEGER (seconds)
65 nf_conntrack_generic_timeout - INTEGER (seconds)
80 nf_conntrack_icmp_timeout - INTEGER (seconds)
85 nf_conntrack_icmpv6_timeout - INTEGER (seconds)
127 nf_conntrack_tcp_timeout_close - INTEGER (seconds)
130 nf_conntrack_tcp_timeout_close_wait - INTEGER (seconds)
133 nf_conntrack_tcp_timeout_established - INTEGER (seconds)
136 nf_conntrack_tcp_timeout_fin_wait - INTEGER (seconds)
139 nf_conntrack_tcp_timeout_last_ack - INTEGER (seconds)
142 nf_conntrack_tcp_timeout_max_retrans - INTEGER (seconds)
[all …]
/kernel/linux/linux-5.10/Documentation/watchdog/
Dwatchdog-parameters.rst18 Maximum time, in seconds, for which the watchdog framework will take
44 Watchdog timeout in seconds. 1<= timeout <=63, default=60.
53 Watchdog timeout in seconds. (0 < timeout < 18000, default=60
62 Watchdog timeout in seconds. (1<=timeout<=3600, default=30
74 Watchdog margin in seconds (default=60)
83 Watchdog timeout in seconds. (default=120)
92 Watchdog time in seconds. (default=5)
101 Watchdog heartbeats in seconds. (default = 15)
110 Watchdog time in seconds. (default=30)
119 Watchdog margin in seconds (default 60s)
[all …]
Dwatchdog-api.rst98 representing the timeout in seconds. The driver returns the real
104 printf("The timeout was set to %d seconds\n", timeout);
106 This example might actually print "The timeout was set to 60 seconds"
113 printf("The timeout was is %d seconds\n", timeout);
127 Note that the pretimeout is the number of seconds before the time
128 when the timeout will go off. It is not the number of seconds until
129 the pretimeout. So, for instance, if you set the timeout to 60 seconds
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);
[all …]
/kernel/linux/linux-4.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 …]
/kernel/linux/linux-4.19/include/linux/
Dtimekeeper_internal.h21 * @xtime_nsec: Shifted (fractional) nano seconds offset for readout
49 * @xtime_sec: Current CLOCK_REALTIME time in seconds
50 * @ktime_sec: Current CLOCK_MONOTONIC time in seconds
55 * @tai_offset: The current UTC to TAI offset in seconds
59 * @raw_sec: CLOCK_MONOTONIC_RAW time in seconds
61 * @xtime_interval: Number of clock shifted nano seconds in one NTP
63 * @xtime_remainder: Shifted nano seconds left over when rounding
65 * @raw_interval: Shifted raw nano seconds accumulated per NTP interval.
67 * shifted nano seconds.
68 * @ntp_error_shift: Shift conversion between clock shifted nano seconds and
[all …]
/kernel/linux/linux-5.10/include/linux/
Dtimekeeper_internal.h21 * @xtime_nsec: Shifted (fractional) nano seconds offset for readout
49 * @xtime_sec: Current CLOCK_REALTIME time in seconds
50 * @ktime_sec: Current CLOCK_MONOTONIC time in seconds
55 * @tai_offset: The current UTC to TAI offset in seconds
59 * @raw_sec: CLOCK_MONOTONIC_RAW time in seconds
62 * @xtime_interval: Number of clock shifted nano seconds in one NTP
64 * @xtime_remainder: Shifted nano seconds left over when rounding
66 * @raw_interval: Shifted raw nano seconds accumulated per NTP interval.
68 * shifted nano seconds.
69 * @ntp_error_shift: Shift conversion between clock shifted nano seconds and
[all …]
/kernel/linux/linux-5.10/drivers/rtc/
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()
116 * write seconds=0 to prevent a day switch between writing days in mc13xxx_rtc_set_time()
117 * and seconds below 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
165 ret = mc13xxx_reg_read(priv->mc13xxx, MC13XXX_RTCTODA, &seconds); in mc13xxx_rtc_read_alarm()
[all …]
Drtc-tps6586x.c73 time64_t seconds; in tps6586x_rtc_read_time() local
89 seconds = ticks >> 10; in tps6586x_rtc_read_time()
90 rtc_time64_to_tm(seconds, tm); in tps6586x_rtc_read_time()
99 time64_t seconds; in tps6586x_rtc_set_time() local
103 seconds = rtc_tm_to_time64(tm); in tps6586x_rtc_set_time()
105 ticks = (unsigned long long)seconds << 10; in tps6586x_rtc_set_time()
152 time64_t seconds; in tps6586x_rtc_set_alarm() local
161 seconds = rtc_tm_to_time64(&alrm->time); in tps6586x_rtc_set_alarm()
182 if ((seconds - rtc_current_time) > ALM1_VALID_RANGE_IN_SEC) in tps6586x_rtc_set_alarm()
183 seconds = rtc_current_time - 1; in tps6586x_rtc_set_alarm()
[all …]
/kernel/linux/linux-4.19/drivers/rtc/
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()
119 * write seconds=0 to prevent a day switch between writing days in mc13xxx_rtc_set_mmss()
120 * and seconds below 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()
[all …]
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 …]
/kernel/linux/linux-5.10/drivers/char/
Dhangcheck-timer.c17 * duration in seconds. The hangcheck_margin parameter defines the
18 * margin of error, in seconds. The defaults are 60 seconds for the
19 * timer and 180 seconds for the margin of error. IOW, a timer is set
20 * for 60 seconds. When the timer fires, the callback checks the
22 * allotted time and margin (here 60 + 180, or 240 seconds), the machine
43 #define DEFAULT_IOFENCE_MARGIN 60 /* Default fudge factor, in seconds */
44 #define DEFAULT_IOFENCE_TICK 180 /* Default timer timeout, in seconds */
55 …gin, "If the hangcheck timer has been delayed more than hangcheck_margin seconds, the driver will …
155 printk("Hangcheck: starting hangcheck timer %s (tick is %d seconds, margin is %d seconds).\n", in hangcheck_init()
/kernel/linux/linux-4.19/drivers/char/
Dhangcheck-timer.c30 * duration in seconds. The hangcheck_margin parameter defines the
31 * margin of error, in seconds. The defaults are 60 seconds for the
32 * timer and 180 seconds for the margin of error. IOW, a timer is set
33 * for 60 seconds. When the timer fires, the callback checks the
35 * allotted time and margin (here 60 + 180, or 240 seconds), the machine
56 #define DEFAULT_IOFENCE_MARGIN 60 /* Default fudge factor, in seconds */
57 #define DEFAULT_IOFENCE_TICK 180 /* Default timer timeout, in seconds */
68 …gin, "If the hangcheck timer has been delayed more than hangcheck_margin seconds, the driver will …
168 printk("Hangcheck: starting hangcheck timer %s (tick is %d seconds, margin is %d seconds).\n", in hangcheck_init()
/kernel/linux/linux-5.10/tools/testing/selftests/firmware/
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
/kernel/linux/linux-4.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 …]
/kernel/linux/linux-4.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>;
/kernel/linux/linux-5.10/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>;
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/
Dlan743x_ptp.c25 u32 seconds, u32 nano_seconds,
66 u32 seconds, u32 nano_seconds, in lan743x_ptp_tx_ts_enqueue_ts() argument
73 ptp->tx_ts_seconds_queue[ptp->tx_ts_queue_size] = seconds; in lan743x_ptp_tx_ts_enqueue_ts()
88 u32 header, nseconds, seconds; in lan743x_ptp_tx_ts_complete() local
106 seconds = ptp->tx_ts_seconds_queue[i]; in lan743x_ptp_tx_ts_complete()
110 tstamps.hwtstamp = ktime_set(seconds, nseconds); in lan743x_ptp_tx_ts_complete()
180 u32 *seconds, u32 *nano_seconds,
408 u32 seconds = 0; in lan743x_ptpci_gettime64() local
410 lan743x_ptp_clock_get(adapter, &seconds, &nano_seconds, NULL); in lan743x_ptpci_gettime64()
411 ts->tv_sec = seconds; in lan743x_ptpci_gettime64()
[all …]
/kernel/linux/linux-4.19/kernel/time/
Ditimer.c246 * alarm_setitimer - set alarm in seconds
248 * @seconds: number of seconds until alarm
251 * Returns the remaining time in seconds of a pending timer or 0 when
254 * On 32 bit machines the seconds value is limited to (INT_MAX/2) to avoid
257 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()
/kernel/linux/linux-4.19/drivers/watchdog/
Debc-c384_wdt.c31 * watchdog timer; the maximum timeout possible is 15300 (255 * 60) seconds.
46 MODULE_PARM_DESC(timeout, "Watchdog timeout in seconds (default="
53 /* resolution is in minutes for timeouts greater than 255 seconds */ in ebc_c384_wdt_start()
71 /* resolution is in minutes for timeouts greater than 255 seconds */ in ebc_c384_wdt_set_timeout()
81 /* set watchdog timer for seconds */ in ebc_c384_wdt_set_timeout()
122 dev_warn(dev, "Invalid timeout (%u seconds), using default (%u seconds)\n", in ebc_c384_wdt_probe()
Dnuc900_wdt.c39 * 0x00 ((2^ 14 ) * ((external crystal freq) / 256))seconds
40 * 0x01 ((2^ 16 ) * ((external crystal freq) / 256))seconds
41 * 0x02 ((2^ 18 ) * ((external crystal freq) / 256))seconds
42 * 0x03 ((2^ 20 ) * ((external crystal freq) / 256))seconds
45 * So 0x00 = +-0.28 seconds, 0x01 = +-1.12 seconds, 0x02 = +-4.48 seconds,
46 * 0x03 = +- 16.92 seconds..
54 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeats in seconds. "
/kernel/linux/linux-4.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.
/kernel/linux/linux-4.19/arch/sh/boards/mach-dreamcast/
Drtc.c18 seconds) to get the standard Unix Epoch when getting the time, and add
22 /* The AICA RTC is represented by a 32-bit seconds counter stored in 2 16-bit
31 * Grabs the current RTC seconds counter and adjusts it to the Unix Epoch.
47 /* Can't get nanoseconds with just a seconds counter. */ in aica_rtc_gettimeofday()
55 * Adjusts the given @tv to the AICA Epoch and sets the RTC seconds counter.
/kernel/linux/linux-5.10/drivers/watchdog/
Dbd70528_wdt.c15 * Max time we can set is 1 hour, 59 minutes and 59 seconds
168 unsigned int seconds; in bd70528_wdt_set_timeout() local
172 seconds = timeout; in bd70528_wdt_set_timeout()
176 seconds -= (60 * 60); in bd70528_wdt_set_timeout()
177 minutes = seconds / 60; in bd70528_wdt_set_timeout()
178 seconds = seconds % 60; in bd70528_wdt_set_timeout()
199 BD70528_MASK_WDT_SEC, bin2bcd(seconds)); in bd70528_wdt_set_timeout()
201 dev_err(w->dev, "Failed to set WDT seconds\n"); in bd70528_wdt_set_timeout()

12345678910>>...133