Searched refs:pi1 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-service-time.c | 198 * 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 in st_compare_load() [all...] |
H A D | dm-historical-service-time.c | 355 * 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/drivers/md/ |
H A D | dm-ps-service-time.c | 201 * 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 in st_compare_load() [all...] |
H A D | dm-ps-historical-service-time.c | 358 * 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/arch/mips/include/asm/sgi/ |
H A D | ioc.h | 17 #include <asm/sgi/pi1.h>
|
/kernel/linux/linux-6.6/arch/mips/include/asm/sgi/ |
H A D | ioc.h | 17 #include <asm/sgi/pi1.h>
|
/kernel/linux/linux-5.10/drivers/pinctrl/tegra/ |
H A D | pinctrl-tegra124.c | 1891 PINGROUP(pi1, RSVD1, RSVD2, GMI, RSVD4, 0x3244, N, N, N),
|
/kernel/linux/linux-6.6/drivers/pinctrl/tegra/ |
H A D | pinctrl-tegra124.c | 1888 PINGROUP(pi1, RSVD1, RSVD2, GMI, RSVD4, 0x3244, N, N, N),
|
Completed in 11 milliseconds