Home
last modified time | relevance | path

Searched full:robin (Results 1 – 25 of 262) sorted by relevance

1234567891011

/linux-6.14.4/Documentation/admin-guide/
Dnvme-multipath.rst27 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/
Ddm-ps-round-robin.c10 * 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");
DMakefile13 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/
Dixgbe_dcb_82599.h8 #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,
Dixgbe_dcb_82598.h10 #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/
DKconfig116 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
Dip_vs_rr.c3 * IPVS: Round-Robin Scheduling module
50 * Round-Robin Scheduling
125 MODULE_DESCRIPTION("ipvs round-robin scheduler");
Dip_vs_wrr.c3 * 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/
Dswap_numa.rst42 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/
Drenesas,rcar-gyroadc.yaml15 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
Dqcom,spmi-rradc.yaml7 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/
Darm,ni.yaml10 - Robin Murphy <robin[email protected]>
Darm,ccn.yaml10 - Robin Murphy <robin[email protected]>
Darm,coresight-pmu.yaml10 - Robin Murphy <robin[email protected]>
Darm,dsu-pmu.yaml12 - Robin Murphy <robin[email protected]>
Darm,cmn.yaml11 - Robin Murphy <robin[email protected]>
Darm,smmu-v3-pmcg.yaml11 - Robin Murphy <robin[email protected]>
/linux-6.14.4/Documentation/devicetree/bindings/hsi/
Dclient-devices.txt16 - hsi-arb-mode: Arbitration mode for TX frame ("round-robin", "priority")
39 hsi-arb-mode = "round-robin";
/linux-6.14.4/drivers/net/team/
Dteam_mode_roundrobin.c3 * drivers/net/team/team_mode_roundrobin.c - Round-robin mode for team
74 MODULE_DESCRIPTION("Round-robin mode for team");
DKconfig30 tristate "Round-robin mode support"
34 round-robin fashion using packet counter.
/linux-6.14.4/Documentation/devicetree/bindings/iommu/
Darm,smmu-v3.yaml11 - Robin Murphy <Robin[email protected]>
/linux-6.14.4/include/net/
Dfq.h24 * (deficit round robin) based round robin queuing similar to the one
/linux-6.14.4/Documentation/devicetree/bindings/auxdisplay/
Dholtek,ht16k33.yaml10 - Robin van der Gracht <robin@protonic.nl>
/linux-6.14.4/drivers/crypto/marvell/octeontx/
Dotx_cptvf.h78 * robin ring;0-Low priority round robin ring;
/linux-6.14.4/drivers/crypto/cavium/cpt/
Dcptvf.h101 * robin ring;0-Low priority round robin ring;

1234567891011