Searched full:robin (Results 1 – 25 of 231) sorted by relevance
12345678910
| /Linux-v5.15/drivers/md/ |
| D | dm-ps-round-robin.c | 9 * Round-robin path selector. 19 #define DM_MSG_PREFIX "multipath round-robin" 43 * Round-robin selector 127 *error = "round-robin ps: incorrect number of arguments"; in rr_add_path() 133 *error = "round-robin ps: invalid repeat count"; in rr_add_path() 145 *error = "round-robin ps: Error allocating path context"; in rr_add_path() 202 .name = "round-robin", 238 MODULE_DESCRIPTION(DM_NAME " round-robin multipath path selector");
|
| D | Makefile | 13 dm-round-robin-y += dm-ps-round-robin.o 63 obj-$(CONFIG_DM_MULTIPATH) += dm-multipath.o dm-round-robin.o
|
| /Linux-v5.15/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-v5.15/net/netfilter/ipvs/ |
| D | Kconfig | 115 tristate "round-robin scheduling" 117 The robin-robin scheduling algorithm simply directs network 118 connections to different real servers in a round-robin manner. 124 tristate "weighted round-robin scheduling" 126 The weighted robin-robin scheduling algorithm directs network 128 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
|
| 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
|
| /Linux-v5.15/Documentation/vm/ |
| D | swap_numa.rst | 44 swapA and swapB will be used in a round robin mode before any other swap device. 54 Similaly, swapD and swapE will be used in a round robin mode before any 67 priority, they are used round robin. This change here replaces the single 80 be used round robin before any other swap devices.
|
| /Linux-v5.15/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 65 12bit sampling, up to 4 channels can be sampled in round-robin 74 sampling, up to 8 channels can be sampled in round-robin 82 up to 8 channels can be sampled in round-robin fashion. One
|
| /Linux-v5.15/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-v5.15/Documentation/devicetree/bindings/perf/ |
| D | arm,cmn.yaml | 11 - Robin Murphy <robin.murphy@arm.com>
|
| /Linux-v5.15/drivers/net/team/ |
| D | Kconfig | 30 tristate "Round-robin mode support" 34 round-robin fashion using packet counter.
|
| D | team_mode_roundrobin.c | 3 * drivers/net/team/team_mode_roundrobin.c - Round-robin mode for team 75 MODULE_DESCRIPTION("Round-robin mode for team");
|
| /Linux-v5.15/Documentation/devicetree/bindings/auxdisplay/ |
| D | holtek,ht16k33.yaml | 10 - Robin van der Gracht <robin@protonic.nl>
|
| /Linux-v5.15/include/net/ |
| D | fq.h | 20 * (deficit round robin) based round robin queuing similar to the one
|
| /Linux-v5.15/Documentation/devicetree/bindings/iommu/ |
| D | arm,smmu-v3.yaml | 11 - Robin Murphy <Robin.Murphy@arm.com>
|
| /Linux-v5.15/drivers/crypto/marvell/octeontx/ |
| D | otx_cptvf.h | 78 * robin ring;0-Low priority round robin ring;
|
| /Linux-v5.15/drivers/crypto/cavium/cpt/ |
| D | cptvf.h | 101 * robin ring;0-Low priority round robin ring;
|
| /Linux-v5.15/Documentation/trace/ |
| D | hwlat_detector.rst | 82 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]
|
| /Linux-v5.15/drivers/auxdisplay/ |
| D | ht16k33.c | 5 * Author: Robin van der Gracht <robin@protonic.nl> 542 MODULE_AUTHOR("Robin van der Gracht <robin@protonic.nl>");
|
| /Linux-v5.15/arch/powerpc/include/asm/ |
| D | reg_a2.h | 48 #define MMUCR1_IRRE 0x80000000 /* I-ERAT round robin enable */ 49 #define MMUCR1_DRRE 0x40000000 /* D-ERAT round robin enable */
|
| /Linux-v5.15/arch/mips/include/uapi/asm/ |
| D | unistd.h | 11 * the stack. Robin Farine for ACN S.A, Copyright (C) 1996 by ACN S.A
|
| /Linux-v5.15/sound/firewire/digi00x/ |
| D | amdtp-dot.c | 6 * Copyright (C) 2012 Robin Gareus <robin@gareus.org> 34 * The double-oh-three algorithm was discovered by Robin Gareus and Damien
|
| /Linux-v5.15/arch/mips/include/asm/ |
| D | unistd.h | 10 * the stack. Robin Farine for ACN S.A, Copyright (C) 1996 by ACN S.A
|
| /Linux-v5.15/Documentation/ABI/testing/ |
| D | sysfs-class-rtrs-client | 31 round-robin (0): 32 select path in per CPU round-robin manner.
|
12345678910