Home
last modified time | relevance | path

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

123456

/f-stack/freebsd/net/route/
H A Droute_temporal.c88 int seconds; in expire_callout() local
100 seconds = (next_expire - time_uptime); in expire_callout()
101 if (seconds < 0) in expire_callout()
102 seconds = 0; in expire_callout()
103 callout_reset_sbt(&rnh->expire_callout, SBT_1S * seconds, in expire_callout()
128 int seconds; in tmproutes_update() local
139 seconds = (rt->rt_expire - time_uptime); in tmproutes_update()
140 if (seconds < 0) in tmproutes_update()
141 seconds = 0; in tmproutes_update()
142 callout_reset_sbt(&rnh->expire_callout, SBT_1S * seconds, in tmproutes_update()
/f-stack/app/redis-5.0.5/tests/helpers/
H A Dgen_write_load.tcl3 proc gen_write_load {host port seconds} { argument
4 set start_time [clock seconds]
9 if {[clock seconds]-$start_time > $seconds} {
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/xattrtest/
H A Dxattrtest.c359 double seconds; in create_files() local
407 seconds = timeval_sub_seconds(&stop, &start); in create_files()
409 seconds, files / seconds); in create_files()
450 double seconds; in setxattrs() local
501 seconds = timeval_sub_seconds(&stop, &start); in setxattrs()
503 seconds, (files * xattrs) / seconds); in setxattrs()
527 double seconds; in getxattrs() local
602 seconds = timeval_sub_seconds(&stop, &start); in getxattrs()
604 seconds, (files * xattrs) / seconds); in getxattrs()
626 double seconds; in unlink_files() local
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H 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>;
/f-stack/app/redis-5.0.5/src/
H A Dlocaltime.c67 time_t seconds = t % secs_day; /* Remaining seconds. */ in nolocks_localtime() local
70 tmp->tm_hour = seconds / secs_hour; in nolocks_localtime()
71 tmp->tm_min = (seconds % secs_hour) / secs_min; in nolocks_localtime()
72 tmp->tm_sec = (seconds % secs_hour) % secs_min; in nolocks_localtime()
/f-stack/app/redis-5.0.5/tests/unit/
H A Dobuf-limits.tcl39 if {$start_time == 0} {set start_time [clock seconds]}
40 set time_elapsed [expr {[clock seconds]-$start_time}]
65 if {$start_time == 0} {set start_time [clock seconds]}
66 set time_elapsed [expr {[clock seconds]-$start_time}]
H A Dprotocol.tcl78 set test_start [clock seconds]
90 set elapsed [expr {[clock seconds]-$test_start}]
H A Dexpire.tcl17 test {EXPIRE - After 2.1 seconds the key should no longer be here} {
34 r expireat x [expr [clock seconds]+15]
111 r pexpireat x [expr ([clock seconds]*1000)+100]
124 test {TTL returns time to live in seconds} {
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp.kshlib174 typeset seconds=0
193 seconds=$((2*mmp_fail*mmp_write/1000))
196 seconds=$((import_intervals*devices*mmp_delay/1000000000))
199 seconds=$((import_intervals*import_interval/1000))
202 echo $seconds
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H 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.
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dhisilicon-femac.txt20 The 1st cell is reset pre-delay in micro seconds.
21 The 2nd cell is reset pulse in micro seconds.
22 The 3rd cell is reset post-delay in micro seconds.
H A Dhisilicon-hix5hd2-gmac.txt29 The 1st cell is reset pre-delay in micro seconds.
30 The 2nd cell is reset pulse in micro seconds.
31 The 3rd cell is reset post-delay in micro seconds.
H A Dadi,adin.yaml22 internal delay (phy-mode is 'rgmii-id' or 'rgmii-rxid') in pico-seconds.
29 internal delay (phy-mode is 'rgmii-id' or 'rgmii-txid') in pico-seconds.
/f-stack/freebsd/contrib/device-tree/Bindings/watchdog/
H A Dqcom-wdt.txt19 - timeout-sec : shall contain the default watchdog timeout in seconds,
20 if unset, the default timeout is 30 seconds
H A Datmel-wdt.txt12 - timeout-sec: contains the watchdog timeout in seconds.
15 seconds. This value should be less or equal to 16. It is used to
18 seconds. This value must be smaller than the max-heartbeat-sec value.
H A Dalphascale-asm9260.txt16 - timeout-sec : shall contain the default watchdog timeout in seconds,
17 if unset, the default timeout is 30 seconds.
H A Dbrcm,bcm2835-pm-wdog.txt10 - timeout-sec : Contains the watchdog timeout in seconds
H A Dpnx4008-wdt.txt9 - timeout-sec: contains the watchdog timeout in seconds.
H A Dsigma,smp8642-wdt.txt9 - timeout-sec: watchdog timeout in seconds
H A Dsirfsoc_wdt.txt9 - timeout-sec : Contains the watchdog timeout in seconds
H A Domap-wdt.txt8 - timeout-sec : default watchdog timeout in seconds
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/events/
H A Devents_common.kshlib44 echo file_wait_event exceeded $SECONDS seconds
68 echo file_wait exceeded $SECONDS seconds
/f-stack/dpdk/doc/guides/vdpadevs/
H A Dmlx5.rst123 Per mode micro-seconds parameter - relevant only for event mode 0 and 1:
125 - 0, A nonzero value to set timer step in micro-seconds. The timer thread
128 - 1, A nonzero value to set fixed timer delay in micro-seconds. Default value
133 A nonzero value defines the traffic off time, in seconds, that moves the
142 times in 3 seconds, virtq will be put in disable state. User should check log
/f-stack/app/redis-5.0.5/tests/
H A Dtest_helper.tcl88 set ::last_progress [clock seconds]
234 set elapsed [expr {[clock seconds]-$::last_progress}]
273 set ::last_progress [clock seconds]
281 set elapsed [expr {[clock seconds]-$::clients_start_time($fd)}]
370 set ::clients_start_time($fd) [clock seconds]
/f-stack/app/redis-5.0.5/utils/releasetools/
H A Dchangelog.tcl26 set date [clock format [clock seconds]]

123456