| /f-stack/freebsd/contrib/device-tree/Bindings/power/ |
| H A D | domain-idle-state.yaml | 30 entry-latency-us: 33 state. Note that, the exit-latency-us duration may be guaranteed only 34 after the entry-latency-us has passed. 36 exit-latency-us: 41 min-residency-us: 49 - entry-latency-us 50 - exit-latency-us 51 - min-residency-us 59 entry-latency-us = <20>; 60 exit-latency-us = <40>; [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/regulator/ |
| H A D | max8952.txt | 20 - 0: 32mV/us 21 - 1: 16mV/us 22 - 2: 8mV/us 23 - 3: 4mV/us 24 - 4: 2mV/us 25 - 5: 1mV/us 26 - 6: 0.5mV/us 27 - 7: 0.25mV/us 28 Defaults to 32mV/us if not specified.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | idle-states.yaml | 286 entry-latency-us: 290 exit-latency-us: 294 entry-latency-us has passed. 296 min-residency-us: 302 wakeup-latency-us: 308 entry-latency-us + exit-latency-us 312 systems entry-latency-us + exit-latency-us will exceed 322 - entry-latency-us 323 - exit-latency-us 324 - min-residency-us [all …]
|
| /f-stack/dpdk/lib/librte_eal/unix/ |
| H A D | eal_unix_timer.c | 10 rte_delay_us_sleep(unsigned int us) in rte_delay_us_sleep() argument 16 if (us >= US_PER_S) { in rte_delay_us_sleep() 17 wait[0].tv_sec = us / US_PER_S; in rte_delay_us_sleep() 18 us -= wait[0].tv_sec * US_PER_S; in rte_delay_us_sleep() 20 wait[0].tv_nsec = 1000 * us; in rte_delay_us_sleep()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | ad7879.txt | 14 - adi,first-conversion-delay : 0-12: In 128us steps (starting with 128us) 19 - adi,acquisition-time : 0: 2us 20 1: 4us 21 2: 8us 22 3: 16us 35 1-255: 515us + val * 35us (up to 9.440ms)
|
| H A D | stmpe.txt | 14 0 -> 10 us 15 1 -> 50 us 16 2 -> 100 us 17 3 -> 500 us 23 0 -> 10 us 24 1 -> 100 us 25 2 -> 500 us
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_upstream_random_module.c | 34 ngx_stream_upstream_srv_conf_t *us); 36 ngx_stream_upstream_srv_conf_t *us); 39 ngx_stream_upstream_srv_conf_t *us); 95 ngx_stream_upstream_srv_conf_t *us) in ngx_stream_upstream_init_random() argument 103 us->peer.init = ngx_stream_upstream_init_random_peer; in ngx_stream_upstream_init_random() 106 if (us->shm_zone) { in ngx_stream_upstream_init_random() 117 ngx_stream_upstream_srv_conf_t *us) in ngx_stream_upstream_update_random() argument 126 rcf = ngx_stream_conf_upstream_srv_conf(us, in ngx_stream_upstream_update_random() 128 peers = us->peer.data; in ngx_stream_upstream_update_random() 153 ngx_stream_upstream_srv_conf_t *us) in ngx_stream_upstream_init_random_peer() argument [all …]
|
| H A D | ngx_stream_upstream_round_robin.c | 48 if (us->servers) { in ngx_stream_upstream_init_round_robin() 66 &us->host, us->file_name, us->line); in ngx_stream_upstream_init_round_robin() 84 peers->name = &us->host; in ngx_stream_upstream_init_round_robin() 113 us->peer.data = peers; in ngx_stream_upstream_init_round_robin() 185 if (us->port == 0) { in ngx_stream_upstream_init_round_robin() 188 &us->host, us->file_name, us->line); in ngx_stream_upstream_init_round_robin() 194 u.host = us->host; in ngx_stream_upstream_init_round_robin() 195 u.port = us->port; in ngx_stream_upstream_init_round_robin() 201 u.err, &us->host, us->file_name, us->line); in ngx_stream_upstream_init_round_robin() 223 peers->name = &us->host; in ngx_stream_upstream_init_round_robin() [all …]
|
| H A D | ngx_stream_upstream.c | 414 if (us == NULL) { in ngx_stream_upstream_server() 498 us->backup = 1; in ngx_stream_upstream_server() 509 us->down = 1; in ngx_stream_upstream_server() 536 us->name = u.url; in ngx_stream_upstream_server() 537 us->addrs = u.addrs; in ngx_stream_upstream_server() 538 us->naddrs = u.naddrs; in ngx_stream_upstream_server() 539 us->weight = weight; in ngx_stream_upstream_server() 540 us->max_conns = max_conns; in ngx_stream_upstream_server() 650 if (us == NULL) { in ngx_stream_upstream_add() 656 us->addrs = u->addrs; in ngx_stream_upstream_add() [all …]
|
| H A D | ngx_stream_upstream_hash_module.c | 44 ngx_stream_upstream_srv_conf_t *us); 46 ngx_stream_upstream_srv_conf_t *us); 51 ngx_stream_upstream_srv_conf_t *us); 57 ngx_stream_upstream_srv_conf_t *us); 109 ngx_stream_upstream_srv_conf_t *us) in ngx_stream_upstream_init_hash() argument 123 ngx_stream_upstream_srv_conf_t *us) in ngx_stream_upstream_init_hash_peer() argument 142 hcf = ngx_stream_conf_upstream_srv_conf(us, in ngx_stream_upstream_init_hash_peer() 286 ngx_stream_upstream_srv_conf_t *us) in ngx_stream_upstream_init_chash() argument 308 peers = us->peer.data; in ngx_stream_upstream_init_chash() 404 hcf = ngx_stream_conf_upstream_srv_conf(us, in ngx_stream_upstream_init_chash() [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_upstream_random_module.c | 34 ngx_http_upstream_srv_conf_t *us); 36 ngx_http_upstream_srv_conf_t *us); 39 ngx_http_upstream_srv_conf_t *us); 101 if (ngx_http_upstream_init_round_robin(cf, us) != NGX_OK) { in ngx_http_upstream_init_random() 105 us->peer.init = ngx_http_upstream_init_random_peer; in ngx_http_upstream_init_random() 108 if (us->shm_zone) { in ngx_http_upstream_init_random() 113 return ngx_http_upstream_update_random(cf->pool, us); in ngx_http_upstream_init_random() 119 ngx_http_upstream_srv_conf_t *us) in ngx_http_upstream_update_random() argument 130 peers = us->peer.data; in ngx_http_upstream_update_random() 155 ngx_http_upstream_srv_conf_t *us) in ngx_http_upstream_init_random_peer() argument [all …]
|
| H A D | ngx_http_upstream_hash_module.c | 44 ngx_http_upstream_srv_conf_t *us); 46 ngx_http_upstream_srv_conf_t *us); 51 ngx_http_upstream_srv_conf_t *us); 57 ngx_http_upstream_srv_conf_t *us); 113 if (ngx_http_upstream_init_round_robin(cf, us) != NGX_OK) { in ngx_http_upstream_init_hash() 117 us->peer.init = ngx_http_upstream_init_hash_peer; in ngx_http_upstream_init_hash() 125 ngx_http_upstream_srv_conf_t *us) in ngx_http_upstream_init_hash_peer() argument 306 us->peer.init = ngx_http_upstream_init_chash_peer; in ngx_http_upstream_init_chash() 308 peers = us->peer.data; in ngx_http_upstream_init_chash() 465 ngx_http_upstream_srv_conf_t *us) in ngx_http_upstream_init_chash_peer() argument [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream_round_robin.c | 42 if (us->servers) { in ngx_http_upstream_init_round_robin() 60 &us->host, us->file_name, us->line); in ngx_http_upstream_init_round_robin() 78 peers->name = &us->host; in ngx_http_upstream_init_round_robin() 107 us->peer.data = peers; in ngx_http_upstream_init_round_robin() 179 if (us->port == 0) { in ngx_http_upstream_init_round_robin() 182 &us->host, us->file_name, us->line); in ngx_http_upstream_init_round_robin() 188 u.host = us->host; in ngx_http_upstream_init_round_robin() 189 u.port = us->port; in ngx_http_upstream_init_round_robin() 195 u.err, &us->host, us->file_name, us->line); in ngx_http_upstream_init_round_robin() 217 peers->name = &us->host; in ngx_http_upstream_init_round_robin() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | nau8824.txt | 49 1 - 1 us 50 2 - 2 us 51 3 - 4 us 54 0 - 2 us 55 1 - 4 us 56 2 - 8 us 57 3 - 16 us
|
| H A D | nau8825.txt | 53 1 - 1 us 54 2 - 2 us 55 3 - 4 us 58 0 - 2 us 59 1 - 4 us 60 2 - 8 us 61 3 - 16 us
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-arb-gpio-challenge.txt | 24 - OUR_CLAIM: output from us signaling to other hosts that we want the bus 50 - slew-delay-us: microseconds to wait for a GPIO to go high. Default is 10 us. 51 - wait-retry-us: we'll attempt another claim after this many microseconds. 52 Default is 3000 us. 53 - wait-free-us: we'll give up after this many microseconds. Default is 50000 us. 70 slew-delay-us = <10>; 71 wait-retry-us = <3000>; 72 wait-free-us = <50000>;
|
| H A D | i2c-st.txt | 17 - st,i2c-min-scl-pulse-width-us : The minimum valid SCL pulse width that is 18 allowed through the deglitch circuit. In units of us. 19 - st,i2c-min-sda-pulse-width-us : The minimum valid SDA pulse width that is 20 allowed through the deglitch circuit. In units of us. 39 st,i2c-min-scl-pulse-width-us = <0>; 40 st,i2c-min-sda-pulse-width-us = <5>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/ |
| H A D | leds-lm3532.txt | 23 - ramp-up-us - The Run time ramp rates/step are from one current 26 - ramp-down-us - The Run time ramp rates/step are from one current 29 Range for ramp settings: 8us - 65536us 41 - ti,als-avrg-time-us - Determines the length of time the device needs to 44 Range: 17920us - 2293760us 77 ramp-up-us = <1024>; 78 ramp-down-us = <65536>; 84 ti,als-avrg-time-us = <17920>;
|
| H A D | leds-lm3697.txt | 31 - ramp-up-us: see Documentation/devicetree/bindings/mfd/ti-lmu.txt 32 - ramp-down-us: see Documentation/devicetree/bindings/mfd/ti-lmu.txt 55 ramp-up-us = <5000>; 56 ramp-down-us = <1000>; 65 ramp-up-us = <500>; 66 ramp-down-us = <1000>;
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_alarm.c | 118 rte_eal_alarm_set(uint64_t us, rte_eal_alarm_callback cb_fn, void *cb_arg) in rte_eal_alarm_set() argument 125 if (us < 1 || us > (UINT64_MAX - US_PER_S) || cb_fn == NULL) in rte_eal_alarm_set() 137 new_alarm->time.tv_usec = ((now.tv_nsec / NS_PER_US) + us) % US_PER_S; in rte_eal_alarm_set() 138 new_alarm->time.tv_sec = now.tv_sec + (((now.tv_nsec / NS_PER_US) + us) / US_PER_S); in rte_eal_alarm_set() 169 .tv_sec = us / US_PER_S, in rte_eal_alarm_set() 170 .tv_nsec = (us % US_PER_S) * NS_PER_US, in rte_eal_alarm_set() 177 rte_eal_trace_alarm_set(us, cb_fn, cb_arg, ret); in rte_eal_alarm_set()
|
| /f-stack/dpdk/lib/librte_eal/include/generic/ |
| H A D | rte_cycles.h | 139 (*rte_delay_us)(unsigned int us); 159 void rte_delay_us_block(unsigned int us); 170 rte_delay_us_sleep(unsigned int us);
|
| /f-stack/freebsd/kern/ |
| H A D | subr_unit.c | 427 us = NULL; in optimize_unr() 450 us = uf; in optimize_unr() 464 a = us->len; in optimize_unr() 466 ub = (void *)us; in optimize_unr() 477 us = uf; in optimize_unr() 489 us = uf; in optimize_unr() 492 ub = us->ptr; in optimize_unr() 500 bit_nclear(ub->map, us->len, us->len + uf->len - 1); in optimize_unr() 501 us->len += uf->len; in optimize_unr() 505 bit_nset(ub->map, us->len, us->len + uf->len - 1); in optimize_unr() [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/qcom/ |
| H A D | sdm630.dtsi | 212 entry-latency-us = <338>; 213 exit-latency-us = <423>; 214 min-residency-us = <200>; 221 entry-latency-us = <515>; 222 exit-latency-us = <1821>; 232 exit-latency-us = <87>; 241 exit-latency-us = <301>; 251 exit-latency-us = <384>; 261 exit-latency-us = <423>; 281 exit-latency-us = <329>; [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | ti-lmu.txt | 29 - ramp-up-us: Current ramping from one brightness level to 31 Range from 2048 us - 117.44 s 32 - ramp-down-us: Current ramping from one brightness level to 34 Range from 2048 us - 117.44 s 111 ramp-up-us = <300000>; 173 ramp-up-us = <500000>; 174 ramp-down-us = <500000>; 180 ramp-up-us = <1000000>; 181 ramp-down-us = <0>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/thermal/ |
| H A D | thermal-idle.yaml | 34 duration-us: 38 exit-latency-us: 69 duration-us = <10000>; 70 exit-latency-us = <500>; 85 duration-us = <10000>; 86 exit-latency-us = <500>;
|