| /f-stack/app/redis-5.0.5/src/ |
| H A D | slowlog.c | 48 slowlogEntry *slowlogCreateEntry(client *c, robj **argv, int argc, long long duration) { in slowlogCreateEntry() argument 89 se->duration = duration; in slowlogCreateEntry() 123 void slowlogPushEntryIfNeeded(client *c, robj **argv, int argc, long long duration) { in slowlogPushEntryIfNeeded() argument 125 if (duration >= server.slowlog_log_slower_than) in slowlogPushEntryIfNeeded() 127 slowlogCreateEntry(c,argv,argc,duration)); in slowlogPushEntryIfNeeded() 180 addReplyLongLong(c,se->duration); in slowlogCommand()
|
| H A D | slowlog.h | 38 long long duration; /* Time spent by the query, in microseconds. */ member 46 void slowlogPushEntryIfNeeded(client *c, robj **argv, int argc, long long duration);
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_mp4_module.c | 1344 duration = ngx_mp4_get_32value(mvhd_atom->duration); in ngx_http_mp4_read_mvhd_atom() 1387 duration, (double) duration / timescale); in ngx_http_mp4_read_mvhd_atom() 1393 ngx_mp4_set_32value(mvhd_atom->duration, duration); in ngx_http_mp4_read_mvhd_atom() 1396 ngx_mp4_set_64value(mvhd64_atom->duration, duration); in ngx_http_mp4_read_mvhd_atom() 1551 duration = ngx_mp4_get_32value(tkhd_atom->duration); in ngx_http_mp4_read_tkhd_atom() 1600 ngx_mp4_set_32value(tkhd_atom->duration, duration); in ngx_http_mp4_read_tkhd_atom() 1603 ngx_mp4_set_64value(tkhd64_atom->duration, duration); in ngx_http_mp4_read_tkhd_atom() 1711 duration = ngx_mp4_get_32value(mdhd_atom->duration); in ngx_http_mp4_read_mdhd_atom() 1751 duration, (double) duration / timescale); in ngx_http_mp4_read_mdhd_atom() 1762 ngx_mp4_set_32value(mdhd_atom->duration, duration); in ngx_http_mp4_read_mdhd_atom() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/dsa/ |
| H A D | lan9303.txt | 14 - reset-duration: reset duration in milliseconds, defaults to 200 ms 41 reset-duration = <200>; 78 reset-duration = <100>;
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_scan_sw.c | 158 SCAN_PRIVATE(ss)->ss_duration = duration; in ieee80211_swscan_set_scan_duration() 166 struct ieee80211vap *vap, int flags, u_int duration, in ieee80211_swscan_start_scan_locked() argument 183 , duration, mindwell, maxdwell in ieee80211_swscan_start_scan_locked() 210 ieee80211_swscan_set_scan_duration(vap, duration); in ieee80211_swscan_start_scan_locked() 243 u_int duration, u_int mindwell, u_int maxdwell, in ieee80211_swscan_start_scan() argument 270 u_int duration, u_int mindwell, u_int maxdwell, in ieee80211_swscan_check_scan() argument 344 u_int duration; in ieee80211_swscan_bg_scan() local 351 duration = IEEE80211_SCAN_OFFCHANNEL; in ieee80211_swscan_bg_scan() 356 ticks, duration); in ieee80211_swscan_bg_scan() 401 ieee80211_swscan_set_scan_duration(vap, duration); in ieee80211_swscan_bg_scan() [all …]
|
| H A D | ieee80211_scan.c | 330 u_int duration, u_int mindwell, u_int maxdwell, in ieee80211_start_scan() argument 345 return ic->ic_scan_methods->sc_start_scan(scan, vap, flags, duration, in ieee80211_start_scan() 355 u_int duration, u_int mindwell, u_int maxdwell, in ieee80211_check_scan() argument 399 result = ic->ic_scan_methods->sc_check_scan(scan, vap, flags, duration, in ieee80211_check_scan()
|
| H A D | ieee80211_scan.h | 170 u_int duration, u_int mindwell, u_int maxdwell, 173 u_int duration, u_int mindwell, u_int maxdwell,
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | index.html.tpl | 36 getEntriesByName: function() { return [ { duration: this.t } ] } 58 var duration = Math.round(performance.getEntriesByName('bench')[0].duration); 59 hn.appendChild(document.createTextNode(' - PASSED (time: ' + duration + ' ms)'));
|
| /f-stack/freebsd/contrib/device-tree/Bindings/watchdog/ |
| H A D | ziirave-wdt.txt | 9 - reset-duration-ms: Duration of the pulse generated when the watchdog times 18 reset-duration-ms = <30>;
|
| H A D | aspeed-wdt.txt | 41 - aspeed,ext-pulse-duration: External signal pulse duration in microseconds
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | arc_emac.txt | 12 - phy-reset-duration : Reset duration in milliseconds. Should present 14 will have the duration be 1 millisecond. Numbers greater than 1000 are
|
| H A D | fsl-fec.txt | 52 - phy-reset-duration : Reset duration in milliseconds. Should present 54 will have the duration be 1 millisecond. Numbers greater than 1000 are
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/ |
| H A D | mmp.kshlib | 251 typeset -i duration=$2 254 sleep $duration 261 typeset -i duration=$2 264 sleep $duration
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/ |
| H A D | leds-trigger-pattern.txt | 3 The pattern is given by a series of tuples, of brightness and duration (ms). 5 specified duration. Duration of 0 means brightness should immediately change to 9 the tuple with duration less than dimming interval (50ms) is treated as a step
|
| /f-stack/freebsd/contrib/device-tree/Bindings/thermal/ |
| H A D | thermal-idle.yaml | 34 duration-us: 36 The idle duration in microsecond the device should cool down. 69 duration-us = <10000>; 85 duration-us = <10000>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | st,stm32-fmc2-ebi.yaml | 131 description: This property defines the duration of the address setup 135 description: This property defines the duration of the address hold 140 description: This property defines the duration of the data setup phase 148 description: This property defines the duration of the data hold phase 160 description: This property defines the duration of the address setup 164 description: This property defines the duration of the address hold 169 description: This property defines the duration of the data setup 177 description: This property defines the duration of the data hold phase 182 duration in nanoseconds for synchronous transactions. When this timing
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/accel/ |
| H A D | lis302.txt | 43 - st,wu-duration-1: duration register for Free-Fall/Wake-Up 45 - st,wu-duration-2: duration register for Free-Fall/Wake-Up
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/ |
| H A D | domain-idle-state.yaml | 33 state. Note that, the exit-latency-us duration may be guaranteed only 43 The minimum residency duration in microseconds after which the idle
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_fastopen.c | 1155 sbintime_t now, duration, limit; in sysctl_net_inet_tcp_fastopen_ccache_list() local 1193 duration = now - cce->disable_time; in sysctl_net_inet_tcp_fastopen_ccache_list() 1194 if (limit >= duration) in sysctl_net_inet_tcp_fastopen_ccache_list() 1195 duration = limit - duration; in sysctl_net_inet_tcp_fastopen_ccache_list() 1197 duration = 0; in sysctl_net_inet_tcp_fastopen_ccache_list() 1199 duration = 0; in sysctl_net_inet_tcp_fastopen_ccache_list() 1208 if (duration > 0) in sysctl_net_inet_tcp_fastopen_ccache_list() 1209 sbuf_printf(&sb, "%7ds ", sbintime_getsec(duration)); in sysctl_net_inet_tcp_fastopen_ccache_list()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_mempool.c | 223 uint64_t duration = rte_get_timer_hz() / 4; in test_mempool_single_producer() local 229 if (start_cycles + duration < end_cycles) in test_mempool_single_producer() 263 uint64_t duration = rte_get_timer_hz() / 8; in test_mempool_single_consumer() local 269 if (start_cycles + duration < end_cycles) in test_mempool_single_consumer()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | rk3036-evb.dts | 22 phy-reset-duration = <10>; /* millisecond */
|
| H A D | imx53-kp-hsc.dts | 29 reset-duration = <400>;
|
| /f-stack/app/redis-5.0.5/tests/integration/ |
| H A D | psync2.tcl | 15 set duration 20 ; # Total test seconds 35 while {([clock seconds]-$start_time) < $duration} {
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_stats.c | 628 hrtime_t duration; /* time from submission to completion */ member 653 (longlong_t)smh->duration, (u_longlong_t)smh->mmp_delay, in spa_mmp_history_show() 738 smh->duration = gethrtime() - smh->error_start; in spa_mmp_history_set_skip() 755 hrtime_t duration) in spa_mmp_history_set() argument 770 smh->duration = duration; in spa_mmp_history_set()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pps/ |
| H A D | pps-gpio.txt | 12 - echo-active-ms: duration in ms of the active portion of the echo pulse
|