Searched full:fair (Results 1 – 25 of 244) sorted by relevance
12345678910
| /kernel/linux/linux-6.6/net/sched/ |
| D | Kconfig | 7 bool "QoS and/or fair queueing" 63 tristate "Hierarchical Fair Service Curve (HFSC)" 65 Say Y here if you want to use the Hierarchical Fair Service Curve 101 tristate "Stochastic Fair Blue (SFB)" 103 Say Y here if you want to use the Stochastic Fair Blue (SFB) 256 tristate "Quick Fair Queueing scheduler (QFQ)" 258 Say Y here if you want to use the Quick Fair Queueing Scheduler (QFQ) 278 tristate "Fair Queue Controlled Delay AQM (FQ_CODEL)" 300 tristate "Fair Queue" 427 bool "Fair Queue" if NET_SCH_FQ [all …]
|
| /kernel/linux/linux-5.10/net/sched/ |
| D | Kconfig | 7 bool "QoS and/or fair queueing" 80 tristate "Hierarchical Fair Service Curve (HFSC)" 82 Say Y here if you want to use the Hierarchical Fair Service Curve 132 tristate "Stochastic Fair Blue (SFB)" 134 Say Y here if you want to use the Stochastic Fair Blue (SFB) 291 tristate "Quick Fair Queueing scheduler (QFQ)" 293 Say Y here if you want to use the Quick Fair Queueing Scheduler (QFQ) 313 tristate "Fair Queue Controlled Delay AQM (FQ_CODEL)" 335 tristate "Fair Queue" 463 bool "Fair Queue" if NET_SCH_FQ [all …]
|
| /kernel/linux/linux-6.6/include/asm-generic/ |
| D | qrwlock.h | 5 * These use generic atomic and locking routines, but depend on a fair spinlock 6 * implementation in order to be fair themselves. The implementation in 97 /* Optimize for the unfair lock case where the fair flag is 0. */ in queued_write_lock()
|
| /kernel/linux/linux-6.6/Documentation/scheduler/ |
| D | sched-design-CFS.rst | 9 CFS stands for "Completely Fair Scheduler," and is the new "desktop" process 152 sched/fair.c implements the CFS scheduler described above. 209 fair CPU time to each task. Sometimes, it may be desirable to group tasks and 210 provide fair CPU time to each such task group. For example, it may be 211 desirable to first provide fair CPU time to each user on the system and then to
|
| /kernel/linux/linux-5.10/Documentation/scheduler/ |
| D | sched-design-CFS.rst | 9 CFS stands for "Completely Fair Scheduler," and is the new "desktop" process 152 sched/fair.c implements the CFS scheduler described above. 209 fair CPU time to each task. Sometimes, it may be desirable to group tasks and 210 provide fair CPU time to each such task group. For example, it may be 211 desirable to first provide fair CPU time to each user on the system and then to
|
| /kernel/linux/linux-6.6/kernel/sched/ |
| D | build_policy.c | 7 * comparable to core.c and fair.c, the other two big 12 * core.c and fair.c are built separately.
|
| D | Makefile | 32 obj-y += fair.o
|
| D | build_utility.c | 7 * comparable to core.c, fair.c, smp.c and policy.c, the other
|
| /kernel/linux/linux-6.6/net/dccp/ccids/ |
| D | Kconfig | 20 be reasonably fair when competing for bandwidth with TCP-like flows, 21 where a flow is "reasonably fair" if its sending rate is generally
|
| /kernel/linux/linux-5.10/net/dccp/ccids/ |
| D | Kconfig | 20 be reasonably fair when competing for bandwidth with TCP-like flows, 21 where a flow is "reasonably fair" if its sending rate is generally
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-class-bdi | 71 be trusted to play fair. 84 which cannot be trusted to play fair. 112 trusted to play fair, or a nbd device.
|
| /kernel/linux/linux-6.6/net/sctp/ |
| D | stream_sched_fc.c | 22 /* Fair Capacity and Weighted Fair Queueing handling
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/rng/ |
| D | nuvoton,npcm-rng.yaml | 15 - Benjamin Fair <benjaminfair@google.com>
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | spinlock.h | 19 * These are fair FIFO ticket locks, which support up to 2^16 CPUs.
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| D | spinlock.h | 19 * These are fair FIFO ticket locks, which support up to 2^16 CPUs.
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-class-bdi | 49 be trusted to play fair.
|
| /kernel/linux/linux-6.6/fs/reiserfs/ |
| D | README | 40 fair, ask. (Last I spoke with him Richard was contemplating how best 41 to address the fair crediting issue in the next GPL version.)
|
| /kernel/linux/linux-5.10/fs/reiserfs/ |
| D | README | 40 fair, ask. (Last I spoke with him Richard was contemplating how best 41 to address the fair crediting issue in the next GPL version.)
|
| /kernel/linux/linux-6.6/kernel/locking/ |
| D | rwbase_rt.c | 29 * locks on RT are not writer fair, but writers, which should be avoided in 33 * It's possible to make the rw primitives writer fair by keeping a list of
|
| /kernel/linux/linux-5.10/kernel/sched/ |
| D | Makefile | 26 obj-y += idle.o fair.o rt.o deadline.o
|
| /kernel/linux/linux-6.6/include/net/ |
| D | fq.h | 63 * struct fq - main container for fair queuing purposes
|
| /kernel/linux/linux-5.10/tools/include/linux/ |
| D | ring_buffer.h | 41 * supported architectures since for a fair number it would
|
| /kernel/linux/linux-6.6/tools/include/linux/ |
| D | ring_buffer.h | 41 * supported architectures since for a fair number it would
|
| /kernel/linux/linux-5.10/include/net/ |
| D | fq.h | 60 * struct fq - main container for fair queuing purposes
|
| /kernel/linux/linux-5.10/Documentation/process/ |
| D | code-of-conduct.rst | 45 and are expected to take appropriate and fair corrective action in response to
|
12345678910