Home
last modified time | relevance | path

Searched full:pi1 (Results 1 – 25 of 51) sorted by relevance

123

/kernel/linux/linux-6.6/drivers/md/
Ddm-ps-service-time.c201 * Compare the estimated service time of 2 paths, pi1 and pi2,
205 * < 0 : pi1 is better
206 * 0 : no difference between pi1 and pi2
215 static int st_compare_load(struct path_info *pi1, struct path_info *pi2, in st_compare_load() argument
220 sz1 = atomic_read(&pi1->in_flight_size); in st_compare_load()
226 if (pi1->relative_throughput == pi2->relative_throughput) in st_compare_load()
234 !pi1->relative_throughput || !pi2->relative_throughput) in st_compare_load()
235 return pi2->relative_throughput - pi1->relative_throughput; in st_compare_load()
239 * Service time using pi1: in st_compare_load()
240 * st1 = (sz1 + incoming) / pi1->relative_throughput in st_compare_load()
[all …]
Ddm-ps-historical-service-time.c358 * Compare the estimated service time of 2 paths, pi1 and pi2,
362 * < 0 : pi1 is better
363 * 0 : no difference between pi1 and pi2
367 static long long hst_compare(struct path_info *pi1, struct path_info *pi2, in hst_compare() argument
375 hst_fill_compare(pi1, &hst1, &out1, &stale1); in hst_compare()
/kernel/linux/linux-5.10/drivers/md/
Ddm-service-time.c198 * Compare the estimated service time of 2 paths, pi1 and pi2,
202 * < 0 : pi1 is better
203 * 0 : no difference between pi1 and pi2
212 static int st_compare_load(struct path_info *pi1, struct path_info *pi2, in st_compare_load() argument
217 sz1 = atomic_read(&pi1->in_flight_size); in st_compare_load()
223 if (pi1->relative_throughput == pi2->relative_throughput) in st_compare_load()
231 !pi1->relative_throughput || !pi2->relative_throughput) in st_compare_load()
232 return pi2->relative_throughput - pi1->relative_throughput; in st_compare_load()
236 * Service time using pi1: in st_compare_load()
237 * st1 = (sz1 + incoming) / pi1->relative_throughput in st_compare_load()
[all …]
Ddm-historical-service-time.c355 * Compare the estimated service time of 2 paths, pi1 and pi2,
359 * < 0 : pi1 is better
360 * 0 : no difference between pi1 and pi2
364 static long long hst_compare(struct path_info *pi1, struct path_info *pi2, in hst_compare() argument
372 hst_fill_compare(pi1, &hst1, &out1, &stale1); in hst_compare()
/kernel/linux/linux-6.6/arch/mips/include/asm/sgi/
Dpi1.h3 * pi1.h: Definitions for SGI PI1 parallel port
Dioc.h17 #include <asm/sgi/pi1.h>
/kernel/linux/linux-5.10/arch/mips/include/asm/sgi/
Dpi1.h3 * pi1.h: Definitions for SGI PI1 parallel port
Dioc.h17 #include <asm/sgi/pi1.h>
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/pinctrl/
Dnvidia,tegra124-pinmux.yaml60 pi1, pi2, pi4, gen2_i2c_scl_pt5, gen2_i2c_sda_pt6,
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Dnvidia,tegra124-pinmux.txt60 pi1, pi2, pi4, gen2_i2c_scl_pt5, gen2_i2c_sda_pt6, sdmmc4_clk_pcc4,
/kernel/linux/linux-6.6/arch/arm/boot/dts/nvidia/
Dtegra124-nyan-big.dts283 pi1 {
284 nvidia,pins = "pi1";
Dtegra124-nyan-blaze.dts285 pi1 {
286 nvidia,pins = "pi1";
Dtegra124-jetson-tk1.dts336 pi1 {
337 nvidia,pins = "pi1";
Dtegra124-apalis.dtsi1217 pi1 { /* NC */
1218 nvidia,pins = "pi1";
Dtegra124-apalis-v1.2.dtsi1220 pi1 { /* NC */
1221 nvidia,pins = "pi1";
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dtegra124-nyan-big.dts293 pi1 {
294 nvidia,pins = "pi1";
Dtegra124-nyan-blaze.dts291 pi1 {
292 nvidia,pins = "pi1";
Dtegra124-jetson-tk1.dts340 pi1 {
341 nvidia,pins = "pi1";
Dtegra124-apalis.dtsi1199 pi1 { /* NC */
1200 nvidia,pins = "pi1";
Dtegra124-apalis-v1.2.dtsi1202 pi1 { /* NC */
1203 nvidia,pins = "pi1";
/kernel/linux/linux-5.10/drivers/edac/
Dcpc925_edac.c67 APIMASK_ADRS1 = CPC925_BIT(6), /* Addressing Exception on PI1 */
93 APIEXCP_ADRS1 = CPC925_BIT(6), /* Addressing Exception on PI1 */
/kernel/linux/linux-6.6/drivers/edac/
Dcpc925_edac.c67 APIMASK_ADRS1 = CPC925_BIT(6), /* Addressing Exception on PI1 */
93 APIEXCP_ADRS1 = CPC925_BIT(6), /* Addressing Exception on PI1 */
/kernel/linux/linux-6.6/arch/arm64/boot/dts/allwinner/
Dsun50i-h616.dtsi163 pins = "PI0", "PI1", "PI2", "PI3", "PI4",
/kernel/linux/linux-6.6/drivers/pinctrl/tegra/
Dpinctrl-tegra124.c270 PINCTRL_PIN(TEGRA_PIN_PI1, "PI1"),
1888 …PINGROUP(pi1, RSVD1, RSVD2, GMI, RSVD4, 0x3244, N, N…
/kernel/linux/linux-5.10/drivers/pinctrl/tegra/
Dpinctrl-tegra124.c270 PINCTRL_PIN(TEGRA_PIN_PI1, "PI1"),
1891 …PINGROUP(pi1, RSVD1, RSVD2, GMI, RSVD4, 0x3244, N, N…

123