Home
last modified time | relevance | path

Searched refs:fair (Results 1 – 25 of 44) sorted by relevance

12

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_gt_sriov_pf_config.c623 u64 fair; in pf_estimate_fair_ggtt() local
633 fair = div_u64(available, num_vfs); in pf_estimate_fair_ggtt()
634 fair = ALIGN_DOWN(fair, alignment); in pf_estimate_fair_ggtt()
636 available / SZ_1K, num_vfs, fair / SZ_1K); in pf_estimate_fair_ggtt()
637 return fair; in pf_estimate_fair_ggtt()
653 u64 fair; in xe_gt_sriov_pf_config_set_fair_ggtt() local
660 fair = pf_estimate_fair_ggtt(gt, num_vfs); in xe_gt_sriov_pf_config_set_fair_ggtt()
663 if (!fair) in xe_gt_sriov_pf_config_set_fair_ggtt()
666 return xe_gt_sriov_pf_config_bulk_set_ggtt(gt, vfid, num_vfs, fair); in xe_gt_sriov_pf_config_set_fair_ggtt()
925 u32 fair = (idm->total - spare) / num_vfs; in pf_estimate_fair_ctxs() local
[all …]
/linux-6.12.1/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
/linux-6.12.1/kernel/sched/
DMakefile32 obj-y += fair.o
/linux-6.12.1/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.
/linux-6.12.1/Documentation/scheduler/
Dsched-design-CFS.rst159 sched/fair.c implements the CFS scheduler described above.
216 fair CPU time to each task. Sometimes, it may be desirable to group tasks and
217 provide fair CPU time to each such task group. For example, it may be
218 desirable to first provide fair CPU time to each user on the system and then to
Dsched-eevdf.rst16 whether a task has received its fair share of CPU time. In this way, a task
Dschedutil.rst108 For more detail see: kernel/sched/fair.c:util_est_dequeue()
/linux-6.12.1/Documentation/translations/zh_CN/scheduler/
Dschedutil.rst106 更多细节见: kernel/sched/fair.c:util_est_dequeue()
Dsched-design-CFS.rst125 sched/fair.c 实现了上文描述的CFS调度器。
/linux-6.12.1/Documentation/driver-api/
Dbasics.rst30 .. kernel-doc:: kernel/sched/fair.c
/linux-6.12.1/Documentation/process/
Dcode-of-conduct.rst45 and are expected to take appropriate and fair corrective action in response to
/linux-6.12.1/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.)
/linux-6.12.1/Documentation/core-api/
Dgenalloc.rst101 naturally, write a special-purpose algorithm, but there is a fair set
/linux-6.12.1/Documentation/locking/
Dlocktypes.rst137 On non-PREEMPT_RT kernels the implementation is fair, thus preventing
302 suffix rules of spinlock_t apply accordingly. The implementation is fair,
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
/linux-6.12.1/Documentation/arch/arm/
Dvlocks.rst85 * vlocks are not intended to be fair. In the contended case, it is the
/linux-6.12.1/Documentation/admin-guide/sysctl/
Dnet.rst172 fair queue (sfq), CoDel (codel) or fair queue CoDel (fq_codel). Don't use
/linux-6.12.1/Documentation/block/
Dbiovecs.rst66 - again, this was being done in a fair number of places.
/linux-6.12.1/LICENSES/dual/
DCC-BY-4.0113 e. Exceptions and Limitations means fair use, fair dealing, and/or
/linux-6.12.1/Documentation/fb/
Dmodedb.rst11 - one generic video mode database with a fair amount of standard videomodes
/linux-6.12.1/Documentation/
Datomic_t.txt322 a fair amount of code also requires forward progress from the conditional
/linux-6.12.1/Documentation/trace/
Dtracepoint-analysis.rst34 will give a fair indication of the number of events available.
/linux-6.12.1/Documentation/admin-guide/media/
Ddvb_intro.rst39 frames per second - a fair amount of data is generated and must be
/linux-6.12.1/mm/
DKconfig.debug117 a fair amount of memory if enabled. See tools/mm/page_owner_sort.c

12