Home
last modified time | relevance | path

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

12345

/linux/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_config.c683 u64 fair; in pf_estimate_fair_ggtt() local
693 fair = div_u64(available, num_vfs); in pf_estimate_fair_ggtt()
694 fair = ALIGN_DOWN(fair, alignment); in pf_estimate_fair_ggtt()
695 xe_gt_sriov_dbg_verbose(gt, "GGTT available(%lluK) fair(%u x %lluK)\n", in pf_estimate_fair_ggtt()
696 available / SZ_1K, num_vfs, fair / SZ_1K); in pf_estimate_fair_ggtt()
697 return fair; in pf_estimate_fair_ggtt()
701 * xe_gt_sriov_pf_config_set_fair_ggtt - Provision many VFs with fair GGTT.
713 u64 fair; in xe_gt_sriov_pf_config_set_fair_ggtt() local
720 fair = pf_estimate_fair_ggtt(gt, num_vfs); in xe_gt_sriov_pf_config_set_fair_ggtt()
723 if (!fair) in xe_gt_sriov_pf_config_set_fair_ggtt()
[all …]
/linux/net/sched/
H A 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"
451 bool "Fair Queue" if NET_SCH_FQ
[all …]
H A Dsch_fq_codel.c3 * Fair Queue CoDel discipline
26 /* Fair Queue CoDel.
750 MODULE_DESCRIPTION("Fair Queue CoDel discipline");
/linux/include/asm-generic/
H A 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()
/linux/Documentation/ABI/testing/
H A 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.
/linux/net/dccp/ccids/
H A DKconfig
/linux/kernel/sched/
H A Dbuild_policy.c7 * comparable to core.c and fair.c, the other two big
12 * core.c and fair.c are built separately.
H A Dbuild_utility.c7 * comparable to core.c, fair.c, smp.c and policy.c, the other
H A Dpelt.c23 * Move PELT related code from fair.c into this pelt.c file
475 * the fair class. @rq must be locked and have its clock updated.
/linux/Documentation/scheduler/
H A Dsched-eevdf.rst8 away from the earlier Completely Fair Scheduler (CFS) in favor of a version
16 whether a task has received its fair share of CPU time. In this way, a task
/linux/net/sctp/
H A Dstream_sched_fc.c22 /* Fair Capacity and Weighted Fair Queueing handling
/linux/arch/loongarch/include/asm/
H A Dqspinlock.h22 * back to a Test-and-Set spinlock, because fair locks have in virt_spin_lock()
/linux/Documentation/devicetree/bindings/rng/
H A Dnuvoton,npcm-rng.yaml15 - Benjamin Fair <benjaminfair@google.com>
/linux/arch/x86/include/asm/
H A Dspinlock.h19 * These are fair FIFO ticket locks, which support up to 2^16 CPUs.
H A Dqspinlock.h97 * back to a Test-and-Set spinlock, because fair locks have in virt_spin_lock()
/linux/include/net/
H A Dfq.h63 * struct fq - main container for fair queuing purposes
/linux/tools/include/linux/
H A Dring_buffer.h41 * supported architectures since for a fair number it would
/linux/Documentation/process/
H A Dcode-of-conduct.rst45 and are expected to take appropriate and fair corrective action in response to
/linux/Documentation/translations/zh_CN/scheduler/
H A Dschedutil.rst106 更多细节见: kernel/sched/fair.c:util_est_dequeue()
H A Dsched-design-CFS.rst125 sched/fair.c 实现了上文描述的CFS调度器。
/linux/drivers/thermal/
H A DKconfig145 bool "Fair-share thermal governor"
147 Enable this to manage platform thermals using fair-share governor.
/linux/kernel/locking/
H A Dmcs_spinlock.h8 * with the desirable properties of being fair, and with each cpu trying
/linux/Documentation/driver-api/
H A Dbasics.rst30 .. kernel-doc:: kernel/sched/fair.c
/linux/net/ipv4/
H A DKconfig526 based on network conditions and in a way so as to be fair with
589 ``fair share`` of bandwidth as targeted by TCP.
680 ("Fair Queue") pacing packet scheduler.
/linux/LICENSES/dual/
H A DCC-BY-4.0113 e. Exceptions and Limitations means fair use, fair dealing, and/or

12345