Home
last modified time | relevance | path

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

12345

/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 …]
Dsch_fq_codel.c3 * Fair Queue CoDel discipline
26 /* Fair Queue CoDel.
732 MODULE_DESCRIPTION("Fair Queue CoDel discipline");
Dsch_choke.c21 CHOKe stateless AQM for fair bandwidth allocation
37 Active Queue Management Scheme for Approximating Fair Bandwidth Allocation",
/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-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-5.10/arch/x86/include/asm/
Dspinlock.h19 * These are fair FIFO ticket locks, which support up to 2^16 CPUs.
Dqspinlock.h94 * back to a Test-and-Set spinlock, because fair locks have in virt_spin_lock()
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-bdi49 be trusted to play fair.
/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-5.10/kernel/sched/
DMakefile26 obj-y += idle.o fair.o rt.o deadline.o
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/driver-api/
Dbasics.rst30 .. kernel-doc:: kernel/sched/fair.c
/kernel/linux/linux-5.10/include/asm-generic/
Dqrwlock.h91 /* Optimize for the unfair lock case where the fair flag is 0. */ in queued_write_lock()
/kernel/linux/linux-5.10/kernel/locking/
Dmcs_spinlock.h8 * with the desirable properties of being fair, and with each cpu trying
/kernel/linux/linux-5.10/drivers/thermal/
DKconfig130 bool "Fair-share thermal governor"
132 Enable this to manage platform thermals using fair-share governor.
/kernel/linux/linux-5.10/net/ipv4/
DKconfig517 based on network conditions and in a way so as to be fair with
580 ``fair share`` of bandwidth as targeted by TCP.
670 ("Fair Queue") pacing packet scheduler.
/kernel/linux/linux-5.10/mm/
DKconfig.debug60 a fair amount of memory if enabled. See tools/vm/page_owner_sort.c
/kernel/linux/linux-5.10/Documentation/block/
Dbfq-iosched.rst2 BFQ (Budget Fair Queueing)
214 applications more than their fair share of the device
244 perfectly fair, and smooth service. In particular, B-WF2Q+
Dbiovecs.rst64 - again, this was being done in a fair number of places.
/kernel/linux/linux-5.10/Documentation/locking/
Dpi-futex.rst53 apps have a very fair expectation of being able to use locks, we've got
Dmutex-design.rst53 with the desirable properties of being fair and with each cpu trying
/kernel/linux/linux-5.10/Documentation/core-api/
Dgenalloc.rst101 naturally, write a special-purpose algorithm, but there is a fair set
/kernel/linux/linux-5.10/drivers/char/tpm/
Dtpm_i2c_atmel.c35 * fair number of read responses in the buffer so a 2nd retry can be

12345