Searched full:fair (Results 1 – 25 of 114) sorted by relevance
12345
| /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 …]
|
| D | sch_fq_codel.c | 3 * Fair Queue CoDel discipline 26 /* Fair Queue CoDel. 732 MODULE_DESCRIPTION("Fair Queue CoDel discipline");
|
| D | sch_choke.c | 21 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/ |
| 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/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/arch/x86/include/asm/ |
| D | spinlock.h | 19 * These are fair FIFO ticket locks, which support up to 2^16 CPUs.
|
| D | qspinlock.h | 94 * back to a Test-and-Set spinlock, because fair locks have in virt_spin_lock()
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-class-bdi | 49 be trusted to play fair.
|
| /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-5.10/kernel/sched/ |
| D | Makefile | 26 obj-y += idle.o fair.o rt.o deadline.o
|
| /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-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
|
| /kernel/linux/linux-5.10/Documentation/driver-api/ |
| D | basics.rst | 30 .. kernel-doc:: kernel/sched/fair.c
|
| /kernel/linux/linux-5.10/include/asm-generic/ |
| D | qrwlock.h | 91 /* Optimize for the unfair lock case where the fair flag is 0. */ in queued_write_lock()
|
| /kernel/linux/linux-5.10/kernel/locking/ |
| D | mcs_spinlock.h | 8 * with the desirable properties of being fair, and with each cpu trying
|
| /kernel/linux/linux-5.10/drivers/thermal/ |
| D | Kconfig | 130 bool "Fair-share thermal governor" 132 Enable this to manage platform thermals using fair-share governor.
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | Kconfig | 517 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/ |
| D | Kconfig.debug | 60 a fair amount of memory if enabled. See tools/vm/page_owner_sort.c
|
| /kernel/linux/linux-5.10/Documentation/block/ |
| D | bfq-iosched.rst | 2 BFQ (Budget Fair Queueing) 214 applications more than their fair share of the device 244 perfectly fair, and smooth service. In particular, B-WF2Q+
|
| D | biovecs.rst | 64 - again, this was being done in a fair number of places.
|
| /kernel/linux/linux-5.10/Documentation/locking/ |
| D | pi-futex.rst | 53 apps have a very fair expectation of being able to use locks, we've got
|
| D | mutex-design.rst | 53 with the desirable properties of being fair and with each cpu trying
|
| /kernel/linux/linux-5.10/Documentation/core-api/ |
| D | genalloc.rst | 101 naturally, write a special-purpose algorithm, but there is a fair set
|
| /kernel/linux/linux-5.10/drivers/char/tpm/ |
| D | tpm_i2c_atmel.c | 35 * fair number of read responses in the buffer so a 2nd retry can be
|
12345