Home
last modified time | relevance | path

Searched full:pi2 (Results 1 – 25 of 52) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/md/
Ddm-service-time.c198 * Compare the estimated service time of 2 paths, pi1 and pi2,
203 * 0 : no difference between pi1 and pi2
204 * > 0 : pi2 is better
212 static int st_compare_load(struct path_info *pi1, struct path_info *pi2, in st_compare_load() argument
218 sz2 = atomic_read(&pi2->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()
238 * Service time using pi2: in st_compare_load()
239 * st2 = (sz2 + incoming) / pi2->relative_throughput in st_compare_load()
[all …]
Ddm-historical-service-time.c355 * Compare the estimated service time of 2 paths, pi1 and pi2,
360 * 0 : no difference between pi1 and pi2
361 * > 0 : pi2 is better
364 static long long hst_compare(struct path_info *pi1, struct path_info *pi2, in hst_compare() argument
373 hst_fill_compare(pi2, &hst2, &out2, &stale2); in hst_compare()
/kernel/linux/linux-6.6/drivers/md/
Ddm-ps-service-time.c201 * Compare the estimated service time of 2 paths, pi1 and pi2,
206 * 0 : no difference between pi1 and pi2
207 * > 0 : pi2 is better
215 static int st_compare_load(struct path_info *pi1, struct path_info *pi2, in st_compare_load() argument
221 sz2 = atomic_read(&pi2->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()
241 * Service time using pi2: in st_compare_load()
242 * st2 = (sz2 + incoming) / pi2->relative_throughput in st_compare_load()
[all …]
Ddm-ps-historical-service-time.c358 * Compare the estimated service time of 2 paths, pi1 and pi2,
363 * 0 : no difference between pi1 and pi2
364 * > 0 : pi2 is better
367 static long long hst_compare(struct path_info *pi1, struct path_info *pi2, in hst_compare() argument
376 hst_fill_compare(pi2, &hst2, &out2, &stale2); in hst_compare()
/kernel/linux/linux-5.10/include/uapi/linux/
Dbpqether.h20 * For SIOCSBPQETHOPT - this is compatible with PI2/PacketTwin card drivers,
/kernel/linux/linux-6.6/include/uapi/linux/
Dbpqether.h20 * For SIOCSBPQETHOPT - this is compatible with PI2/PacketTwin card drivers,
/kernel/linux/linux-6.6/arch/arm/boot/dts/st/
Dstm32mp135f-dk.dts125 /* Alert pin on PI2 */
128 /* Internal pull-up on PI2 */
/kernel/linux/linux-5.10/drivers/net/hamradio/
Ddmascc.c46 #define HW_PI2 { "Ottawa PI2", 0x300, 0x20, 0x10, 8, \
89 /* Additional PI/PI2 registers relative to card base */
788 Both PI2 and S5SCC/DMA seem to work fine with TXFIFOE cleared. in scc_open()
790 assume it behaves like the PI2. in scc_open()
812 PackeTwin, not connected on the PI2); set DPLL source to BRG */ in scc_open()
DKconfig58 Currently, this driver supports Ottawa PI/PI2, Paccomm/Gracilis
/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/Documentation/devicetree/bindings/pinctrl/
Dnvidia,tegra124-pinmux.yaml60 pi1, pi2, pi4, gen2_i2c_scl_pt5, gen2_i2c_sda_pt6,
/kernel/linux/linux-6.6/net/nfc/
Ddigital_technology.c88 #define DIGITAL_SENSB_FSCI(pi2) (((pi2) & 0xF0) >> 4) argument
/kernel/linux/linux-5.10/net/nfc/
Ddigital_technology.c88 #define DIGITAL_SENSB_FSCI(pi2) (((pi2) & 0xF0) >> 4) argument
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dtegra124-nyan-blaze.dts297 pi2 {
298 nvidia,pins = "pi2";
Dtegra124-nyan-big.dts299 pi2 {
300 nvidia,pins = "pi2";
Dtegra124-jetson-tk1.dts346 pi2 {
347 nvidia,pins = "pi2";
Dtegra30-colibri.dtsi623 gmi-dqs-pi2 {
Dtegra124-apalis.dtsi1206 pi2 { /* NC */
1207 nvidia,pins = "pi2";
/kernel/linux/linux-6.6/arch/arm/boot/dts/nvidia/
Dtegra124-nyan-blaze.dts291 pi2 {
292 nvidia,pins = "pi2";
Dtegra124-nyan-big.dts289 pi2 {
290 nvidia,pins = "pi2";
Dtegra124-jetson-tk1.dts342 pi2 {
343 nvidia,pins = "pi2";
Dtegra30-colibri.dtsi632 gmi-dqs-pi2 {
Dtegra124-apalis.dtsi1224 pi2 { /* NC */
1225 nvidia,pins = "pi2";
/kernel/linux/linux-6.6/arch/arm64/boot/dts/allwinner/
Dsun50i-h616.dtsi163 pins = "PI0", "PI1", "PI2", "PI3", "PI4",
/kernel/linux/linux-5.10/drivers/pinctrl/tegra/
Dpinctrl-tegra124.c271 PINCTRL_PIN(TEGRA_PIN_PI2, "PI2"),
1892 …PINGROUP(pi2, SDMMC2, TRACE, GMI, RSVD4, 0x3248, N, N…

123