Searched full:robin (Results 1 – 25 of 262) sorted by relevance
1234567891011
/linux-6.14.4/Documentation/admin-guide/ |
D | nvme-multipath.rst | 27 one. Current the NVMe multipath policies include numa(default), round-robin and 30 To set the desired policy (e.g., round-robin), use one of the following methods: 31 1. echo -n "round-robin" > /sys/module/nvme_core/parameters/iopolicy 32 2. or add the "nvme_core.iopolicy=round-robin" to cmdline. 49 Round-Robin 52 The round-robin policy distributes I/O requests evenly across all paths to 56 When to use the round-robin policy:
|
/linux-6.14.4/drivers/md/ |
D | dm-ps-round-robin.c | 10 * Round-robin path selector. 20 #define DM_MSG_PREFIX "multipath round-robin" 47 * Round-robin selector 131 *error = "round-robin ps: incorrect number of arguments"; in rr_add_path() 137 *error = "round-robin ps: invalid repeat count"; in rr_add_path() 149 *error = "round-robin ps: Error allocating path context"; in rr_add_path() 206 .name = "round-robin", 242 MODULE_DESCRIPTION(DM_NAME " round-robin multipath path selector");
|
D | Makefile | 13 dm-round-robin-y += dm-ps-round-robin.o 59 obj-$(CONFIG_DM_MULTIPATH) += dm-multipath.o dm-round-robin.o
|
/linux-6.14.4/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_82599.h | 8 #define IXGBE_RTTDCS_TDPAC 0x00000001 /* 0 Round Robin, 11 #define IXGBE_RTTDCS_VMPAC 0x00000002 /* 0 Round Robin, 12 * 1 WRR - Weighted Round Robin 42 /* Receive Arbitration Control: 0 Round Robin, 1 DFP */ 58 #define IXGBE_RTTPCS_TPPAC 0x00000020 /* 0 Round Robin,
|
D | ixgbe_dcb_82598.h | 10 #define IXGBE_DPMCS_TDPAC 0x00000001 /* 0 Round Robin, 1 DFP - Deficit Fixed Priority */ 33 #define IXGBE_PDPMCS_TPPAC 0x00000020 /* 0 Round Robin, 1 for DFP - Deficit Fixed Priority */
|
/linux-6.14.4/net/netfilter/ipvs/ |
D | Kconfig | 116 tristate "round-robin scheduling" 118 The robin-robin scheduling algorithm simply directs network 119 connections to different real servers in a round-robin manner. 125 tristate "weighted round-robin scheduling" 127 The weighted robin-robin scheduling algorithm directs network 129 in a round-robin manner. Servers with higher weights receive
|
D | ip_vs_rr.c | 3 * IPVS: Round-Robin Scheduling module 50 * Round-Robin Scheduling 125 MODULE_DESCRIPTION("ipvs round-robin scheduler");
|
D | ip_vs_wrr.c | 3 * IPVS: Weighted Round-Robin Scheduling module 58 * current destination pointer for weighted round-robin scheduling 157 * Weighted Round-Robin Scheduling 266 MODULE_DESCRIPTION("ipvs weighted round-robin scheduler");
|
/linux-6.14.4/Documentation/admin-guide/mm/ |
D | swap_numa.rst | 42 swapA and swapB will be used in a round robin mode before any other swap device. 52 Similaly, swapD and swapE will be used in a round robin mode before any 65 priority, they are used round robin. This change here replaces the single 78 be used round robin before any other swap devices.
|
/linux-6.14.4/Documentation/devicetree/bindings/iio/adc/ |
D | renesas,rcar-gyroadc.yaml | 15 are sampled by the GyroADC block in a round-robin fashion and the result 69 12bit sampling, up to 4 channels can be sampled in round-robin 78 sampling, up to 8 channels can be sampled in round-robin 86 up to 8 channels can be sampled in round-robin fashion. One
|
D | qcom,spmi-rradc.yaml | 7 title: Qualcomm's SPMI PMIC Round Robin ADC 13 The Qualcomm SPMI Round Robin ADC (RRADC) provides interface to clients to
|
/linux-6.14.4/Documentation/devicetree/bindings/perf/ |
D | arm,ni.yaml | 10 - Robin Murphy <robin[email protected]>
|
D | arm,ccn.yaml | 10 - Robin Murphy <robin[email protected]>
|
D | arm,coresight-pmu.yaml | 10 - Robin Murphy <robin[email protected]>
|
D | arm,dsu-pmu.yaml | 12 - Robin Murphy <robin[email protected]>
|
D | arm,cmn.yaml | 11 - Robin Murphy <robin[email protected]>
|
D | arm,smmu-v3-pmcg.yaml | 11 - Robin Murphy <robin[email protected]>
|
/linux-6.14.4/Documentation/devicetree/bindings/hsi/ |
D | client-devices.txt | 16 - hsi-arb-mode: Arbitration mode for TX frame ("round-robin", "priority") 39 hsi-arb-mode = "round-robin";
|
/linux-6.14.4/drivers/net/team/ |
D | team_mode_roundrobin.c | 3 * drivers/net/team/team_mode_roundrobin.c - Round-robin mode for team 74 MODULE_DESCRIPTION("Round-robin mode for team");
|
D | Kconfig | 30 tristate "Round-robin mode support" 34 round-robin fashion using packet counter.
|
/linux-6.14.4/Documentation/devicetree/bindings/iommu/ |
D | arm,smmu-v3.yaml | 11 - Robin Murphy <Robin[email protected]>
|
/linux-6.14.4/include/net/ |
D | fq.h | 24 * (deficit round robin) based round robin queuing similar to the one
|
/linux-6.14.4/Documentation/devicetree/bindings/auxdisplay/ |
D | holtek,ht16k33.yaml | 10 - Robin van der Gracht <robin@protonic.nl>
|
/linux-6.14.4/drivers/crypto/marvell/octeontx/ |
D | otx_cptvf.h | 78 * robin ring;0-Low priority round robin ring;
|
/linux-6.14.4/drivers/crypto/cavium/cpt/ |
D | cptvf.h | 101 * robin ring;0-Low priority round robin ring;
|
1234567891011