Home
last modified time | relevance | path

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

12345678910

/linux/drivers/md/
H A 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");
H A DMakefile13 dm-round-robin-y += dm-ps-round-robin.o
57 obj-$(CONFIG_DM_MULTIPATH) += dm-multipath.o dm-round-robin.o
/linux/drivers/net/ethernet/intel/ixgbe/
H A 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,
H A 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/net/netfilter/ipvs/
H A 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
H A Dip_vs_rr.c3 * IPVS: Round-Robin Scheduling module
50 * Round-Robin Scheduling
125 MODULE_DESCRIPTION("ipvs round-robin scheduler");
H A 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/Documentation/admin-guide/mm/
H A 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/Documentation/devicetree/bindings/iio/adc/
H A 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
H A 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/Documentation/devicetree/bindings/perf/
H A Darm,ni.yaml10 - Robin Murphy <robin.murphy@arm.com>
H A Darm,ccn.yaml10 - Robin Murphy <robin.murphy@arm.com>
H A Darm,coresight-pmu.yaml10 - Robin Murphy <robin.murphy@arm.com>
H A Darm,dsu-pmu.yaml12 - Robin Murphy <robin.murphy@arm.com>
H A Darm,smmu-v3-pmcg.yaml11 - Robin Murphy <robin.murphy@arm.com>
H A Darm,cmn.yaml11 - Robin Murphy <robin.murphy@arm.com>
/linux/Documentation/devicetree/bindings/hsi/
H A Dclient-devices.txt16 - hsi-arb-mode: Arbitration mode for TX frame ("round-robin", "priority")
39 hsi-arb-mode = "round-robin";
/linux/drivers/net/team/
H A DKconfig30 tristate "Round-robin mode support"
34 round-robin fashion using packet counter.
H A Dteam_mode_roundrobin.c3 * drivers/net/team/team_mode_roundrobin.c - Round-robin mode for team
74 MODULE_DESCRIPTION("Round-robin mode for team");
/linux/Documentation/devicetree/bindings/iommu/
H A Darm,smmu-v3.yaml11 - Robin Murphy <Robin.Murphy@arm.com>
/linux/include/net/
H A Dfq.h24 * (deficit round robin) based round robin queuing similar to the one
/linux/Documentation/devicetree/bindings/auxdisplay/
H A Dholtek,ht16k33.yaml10 - Robin van der Gracht <robin@protonic.nl>
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf.h78 * robin ring;0-Low priority round robin ring;
/linux/drivers/crypto/cavium/cpt/
H A Dcptvf.h101 * robin ring;0-Low priority round robin ring;
/linux/Documentation/trace/
H A Dhwlat_detector.rst82 specified in cpumask at the beginning of a new window, in a round-robin
87 - round-robin: migrate across each CPU specified in cpumask [default]

12345678910