Home
last modified time | relevance | path

Searched refs:points (Results 1 – 25 of 270) sorted by relevance

1234567891011

/f-stack/app/redis-5.0.5/tests/unit/
H A Dgeo.tcl128 r del points
129 r geoadd points -5.6 42.6 test
134 r del points
145 r del points
151 r del points
161 r del points
173 r del points
181 r del points
193 r del points
201 r del points
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm64/exynos/
H A Dexynos5433-bus.dtsi14 operating-points-v2 = <&bus_g2d_400_opp_table>;
22 operating-points-v2 = <&bus_g2d_266_opp_table>;
30 operating-points-v2 = <&bus_gscl_opp_table>;
38 operating-points-v2 = <&bus_hevc_opp_table>;
70 operating-points-v2 = <&bus_hevc_opp_table>;
78 operating-points-v2 = <&bus_hevc_opp_table>;
91 compatible = "operating-points-v2";
121 compatible = "operating-points-v2";
141 compatible = "operating-points-v2";
155 compatible = "operating-points-v2";
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-opp.dtsi8 compatible = "operating-points-v2";
39 compatible = "operating-points-v2";
78 compatible = "operating-points-v2";
108 operating-points-v2 = <&cluster0_opp>;
112 operating-points-v2 = <&cluster0_opp>;
116 operating-points-v2 = <&cluster0_opp>;
120 operating-points-v2 = <&cluster0_opp>;
124 operating-points-v2 = <&cluster1_opp>;
128 operating-points-v2 = <&cluster1_opp>;
132 operating-points-v2 = <&gpu_opp_table>;
H A Drk3399-op1-opp.dtsi8 compatible = "operating-points-v2";
43 compatible = "operating-points-v2";
86 compatible = "operating-points-v2";
116 operating-points-v2 = <&cluster0_opp>;
120 operating-points-v2 = <&cluster0_opp>;
124 operating-points-v2 = <&cluster0_opp>;
128 operating-points-v2 = <&cluster0_opp>;
132 operating-points-v2 = <&cluster1_opp>;
136 operating-points-v2 = <&cluster1_opp>;
140 operating-points-v2 = <&gpu_opp_table>;
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_upstream_hash_module.c315 if (points == NULL) { in ngx_stream_upstream_init_chash()
319 points->number = 0; in ngx_stream_upstream_init_chash()
376 points->point[points->number].hash = hash; in ngx_stream_upstream_init_chash()
377 points->point[points->number].server = server; in ngx_stream_upstream_init_chash()
397 if (points->point[i].hash != points->point[j].hash) { in ngx_stream_upstream_init_chash()
398 points->point[++i] = points->point[j]; in ngx_stream_upstream_init_chash()
402 points->number = i + 1; in ngx_stream_upstream_init_chash()
406 hcf->points = points; in ngx_stream_upstream_init_chash()
444 j = points->number; in ngx_stream_upstream_find_chash_point()
524 points = hcf->points; in ngx_stream_upstream_get_chash_peer()
[all …]
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_hash_module.c315 if (points == NULL) { in ngx_http_upstream_init_chash()
319 points->number = 0; in ngx_http_upstream_init_chash()
376 points->point[points->number].hash = hash; in ngx_http_upstream_init_chash()
377 points->point[points->number].server = server; in ngx_http_upstream_init_chash()
397 if (points->point[i].hash != points->point[j].hash) { in ngx_http_upstream_init_chash()
398 points->point[++i] = points->point[j]; in ngx_http_upstream_init_chash()
402 points->number = i + 1; in ngx_http_upstream_init_chash()
405 hcf->points = points; in ngx_http_upstream_init_chash()
443 j = points->number; in ngx_http_upstream_find_chash_point()
523 points = hcf->points; in ngx_http_upstream_get_chash_peer()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/cpufreq/
H A Dcpufreq-mediatek.txt30 compatible = "operating-points-v2";
66 operating-points-v2 = <&cpu_opp_table>;
73 operating-points-v2 = <&cpu_opp_table>;
79 operating-points-v2 = <&cpu_opp_table>;
85 operating-points-v2 = <&cpu_opp_table>;
90 compatible = "operating-points-v2";
135 compatible = "operating-points-v2";
188 operating-points-v2 = <&cpu_opp_table_a>;
200 operating-points-v2 = <&cpu_opp_table_a>;
212 operating-points-v2 = <&cpu_opp_table_b>;
[all …]
H A Dti-cpufreq.txt8 used to determine which OPPs from the operating-points-v2 table get enabled
14 - operating-points-v2: Phandle to the operating-points-v2 table to use.
16 In 'operating-points-v2' table:
18 - 'operating-points-v2-ti-cpu' for am335x, am43xx, and dra7xx/am57xx,
28 For each opp entry in 'operating-points-v2' table:
48 operating-points-v2 = <&cpu0_opp_table>;
62 compatible = "operating-points-v2-ti-cpu";
H A Dcpufreq-st.txt18 - operating-points : [See: ../power/opp.txt]
26 operating-points = <1500000 0
40 - operating-points-v2 : [See ../power/opp.txt]
47 operating-points-v2 = <&cpu0_opp_table>;
52 compatible = "operating-points-v2";
H A Dnvidia,tegra20-cpufreq.txt7 - operating-points-v2: See ../bindings/opp/opp.txt for details.
10 For each opp entry in 'operating-points-v2' table:
36 compatible = "operating-points-v2";
52 operating-points-v2 = <&cpu0_opp_table>;
/f-stack/freebsd/contrib/device-tree/Bindings/power/
H A Dqcom,rpmpd.yaml31 operating-points-v2: true
39 - operating-points-v2
53 operating-points-v2 = <&rpmhpd_opp_table>;
56 compatible = "operating-points-v2";
107 operating-points-v2 = <&rpmpd_opp_table>;
110 compatible = "operating-points-v2";
146 operating-points-v2 = <&leaky_opp_table>;
150 compatible = "operating-points-v2";
/f-stack/freebsd/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-cpu-opp.dtsi8 compatible = "operating-points-v2";
62 operating-points-v2 = <&cpu0_opp_table>;
66 operating-points-v2 = <&cpu0_opp_table>;
70 operating-points-v2 = <&cpu0_opp_table>;
74 operating-points-v2 = <&cpu0_opp_table>;
H A Dsun50i-h5-cpu-opp.dtsi6 compatible = "operating-points-v2";
66 operating-points-v2 = <&cpu_opp_table>;
70 operating-points-v2 = <&cpu_opp_table>;
74 operating-points-v2 = <&cpu_opp_table>;
78 operating-points-v2 = <&cpu_opp_table>;
H A Dsun50i-h6-cpu-opp.dtsi7 compatible = "allwinner,sun50i-h6-operating-points";
104 operating-points-v2 = <&cpu_opp_table>;
108 operating-points-v2 = <&cpu_opp_table>;
112 operating-points-v2 = <&cpu_opp_table>;
116 operating-points-v2 = <&cpu_opp_table>;
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dexynos4210.dtsi43 operating-points = <
62 operating-points = <
209 operating-points-v2 = <&bus_dmc_opp_table>;
278 compatible = "operating-points-v2";
297 compatible = "operating-points-v2";
312 compatible = "operating-points-v2";
324 compatible = "operating-points-v2";
336 compatible = "operating-points-v2";
351 compatible = "operating-points-v2";
464 operating-points-v2 = <&gpu_opp_table>;
[all …]
H A Dexynos5422-odroid-core.dtsi39 compatible = "operating-points-v2";
65 compatible = "operating-points-v2";
83 compatible = "operating-points-v2";
95 compatible = "operating-points-v2";
110 compatible = "operating-points-v2";
131 compatible = "operating-points-v2";
149 compatible = "operating-points-v2";
158 compatible = "operating-points-v2";
179 compatible = "operating-points-v2";
197 compatible = "operating-points-v2";
[all …]
H A Dexynos5420-cpus.dtsi32 operating-points-v2 = <&cluster_a15_opp_table>;
44 operating-points-v2 = <&cluster_a15_opp_table>;
56 operating-points-v2 = <&cluster_a15_opp_table>;
68 operating-points-v2 = <&cluster_a15_opp_table>;
80 operating-points-v2 = <&cluster_a7_opp_table>;
92 operating-points-v2 = <&cluster_a7_opp_table>;
104 operating-points-v2 = <&cluster_a7_opp_table>;
116 operating-points-v2 = <&cluster_a7_opp_table>;
H A Dexynos5422-cpus.dtsi31 operating-points-v2 = <&cluster_a7_opp_table>;
44 operating-points-v2 = <&cluster_a7_opp_table>;
57 operating-points-v2 = <&cluster_a7_opp_table>;
70 operating-points-v2 = <&cluster_a7_opp_table>;
83 operating-points-v2 = <&cluster_a15_opp_table>;
96 operating-points-v2 = <&cluster_a15_opp_table>;
109 operating-points-v2 = <&cluster_a15_opp_table>;
122 operating-points-v2 = <&cluster_a15_opp_table>;
H A Dexynos4412.dtsi44 operating-points-v2 = <&cpu0_opp_table>;
54 operating-points-v2 = <&cpu0_opp_table>;
64 operating-points-v2 = <&cpu0_opp_table>;
80 compatible = "operating-points-v2";
404 compatible = "operating-points-v2";
431 compatible = "operating-points-v2";
497 compatible = "operating-points-v2";
520 compatible = "operating-points-v2";
532 compatible = "operating-points-v2";
544 compatible = "operating-points-v2";
[all …]
H A Dhighbank.dts28 operating-points = <
47 operating-points = <
66 operating-points = <
85 operating-points = <
/f-stack/freebsd/contrib/device-tree/Bindings/opp/
H A Dopp.txt13 Binding 1: operating-points
30 operating-points = <
39 Binding 2: operating-points-v2
42 * Property: operating-points-v2
46 find the operating points for the device.
64 "operating-points-v2".
216 compatible = "operating-points-v2";
291 compatible = "operating-points-v2";
371 compatible = "operating-points-v2";
397 compatible = "operating-points-v2";
[all …]
H A Dqcom-nvmem-cpufreq.txt18 - operating-points-v2: Phandle to the operating-points-v2 table to use.
20 In 'operating-points-v2' table:
36 In 'operating-points-v2' table:
71 operating-points-v2 = <&cluster0_opp>;
87 operating-points-v2 = <&cluster0_opp>;
99 operating-points-v2 = <&cluster1_opp>;
115 operating-points-v2 = <&cluster1_opp>;
709 operating-points-v2 = <&cpu_opp_table>;
720 operating-points-v2 = <&cpu_opp_table>;
731 operating-points-v2 = <&cpu_opp_table>;
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/devfreq/
H A Dexynos-bus.txt195 operating-points-v2 = <&bus_dmc_opp_table>;
200 compatible = "operating-points-v2";
229 operating-points-v2 = <&bus_leftbus_opp_table>;
237 operating-points-v2 = <&bus_leftbus_opp_table>;
261 operating-points-v2 = <&bus_mcuisp_opp_table>;
269 operating-points-v2 = <&bus_isp_opp_table>;
277 operating-points-v2 = <&bus_peril_opp_table>;
290 compatible = "operating-points-v2";
316 compatible = "operating-points-v2";
337 compatible = "operating-points-v2";
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12b-khadas-vim3.dtsi117 operating-points-v2 = <&cpu_opp_table_0>;
124 operating-points-v2 = <&cpu_opp_table_0>;
131 operating-points-v2 = <&cpub_opp_table_1>;
138 operating-points-v2 = <&cpub_opp_table_1>;
145 operating-points-v2 = <&cpub_opp_table_1>;
152 operating-points-v2 = <&cpub_opp_table_1>;
/f-stack/freebsd/contrib/device-tree/src/arm64/freescale/
H A Dimx8mn-evk.dts113 /delete-property/operating-points-v2;
117 /delete-property/operating-points-v2;
121 /delete-property/operating-points-v2;
125 /delete-property/operating-points-v2;

1234567891011