Home
last modified time | relevance | path

Searched refs:us (Results 1 – 25 of 534) sorted by relevance

12345678910>>...22

/f-stack/freebsd/contrib/device-tree/Bindings/power/
H A Ddomain-idle-state.yaml30 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 Dmax8952.txt20 - 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 Didle-states.yaml286 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 Deal_unix_timer.c10 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 Dad7879.txt14 - 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 Dstmpe.txt14 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 Dngx_stream_upstream_random_module.c34 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 Dngx_stream_upstream_round_robin.c48 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 Dngx_stream_upstream.c414 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 Dngx_stream_upstream_hash_module.c44 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 Dngx_http_upstream_random_module.c34 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 Dngx_http_upstream_hash_module.c44 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 Dngx_http_upstream_round_robin.c42 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 Dnau8824.txt49 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 Dnau8825.txt53 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 Di2c-arb-gpio-challenge.txt24 - 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 Di2c-st.txt17 - 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 Dleds-lm3532.txt23 - 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 Dleds-lm3697.txt31 - 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 Deal_alarm.c118 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 Drte_cycles.h139 (*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 Dsubr_unit.c427 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 Dsdm630.dtsi212 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 Dti-lmu.txt29 - 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 Dthermal-idle.yaml34 duration-us:
38 exit-latency-us:
69 duration-us = <10000>;
70 exit-latency-us = <500>;
85 duration-us = <10000>;
86 exit-latency-us = <500>;

12345678910>>...22