Home
last modified time | relevance | path

Searched full:fair (Results 1 – 25 of 244) sorted by relevance

12345678910

/kernel/linux/linux-6.6/net/sched/
DKconfig7 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/
DKconfig7 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/
Dqrwlock.h5 * 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/
Dsched-design-CFS.rst9 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/
Dsched-design-CFS.rst9 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/
Dbuild_policy.c7 * comparable to core.c and fair.c, the other two big
12 * core.c and fair.c are built separately.
DMakefile32 obj-y += fair.o
Dbuild_utility.c7 * comparable to core.c, fair.c, smp.c and policy.c, the other
/kernel/linux/linux-6.6/net/dccp/ccids/
DKconfig20 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/
DKconfig20 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/
Dsysfs-class-bdi71 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/
Dstream_sched_fc.c22 /* Fair Capacity and Weighted Fair Queueing handling
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/rng/
Dnuvoton,npcm-rng.yaml15 - Benjamin Fair <benjaminfair@google.com>
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dspinlock.h19 * These are fair FIFO ticket locks, which support up to 2^16 CPUs.
/kernel/linux/linux-6.6/arch/x86/include/asm/
Dspinlock.h19 * These are fair FIFO ticket locks, which support up to 2^16 CPUs.
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-bdi49 be trusted to play fair.
/kernel/linux/linux-6.6/fs/reiserfs/
DREADME40 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/
DREADME40 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/
Drwbase_rt.c29 * 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/
DMakefile26 obj-y += idle.o fair.o rt.o deadline.o
/kernel/linux/linux-6.6/include/net/
Dfq.h63 * struct fq - main container for fair queuing purposes
/kernel/linux/linux-5.10/tools/include/linux/
Dring_buffer.h41 * supported architectures since for a fair number it would
/kernel/linux/linux-6.6/tools/include/linux/
Dring_buffer.h41 * supported architectures since for a fair number it would
/kernel/linux/linux-5.10/include/net/
Dfq.h60 * struct fq - main container for fair queuing purposes
/kernel/linux/linux-5.10/Documentation/process/
Dcode-of-conduct.rst45 and are expected to take appropriate and fair corrective action in response to

12345678910