Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_config.c621 u64 fair; in pf_estimate_fair_ggtt() local
631 fair = div_u64(available, num_vfs); in pf_estimate_fair_ggtt()
632 fair = ALIGN_DOWN(fair, alignment); in pf_estimate_fair_ggtt()
634 available / SZ_1K, num_vfs, fair / SZ_1K); in pf_estimate_fair_ggtt()
635 return fair; in pf_estimate_fair_ggtt()
651 u64 fair; in xe_gt_sriov_pf_config_set_fair_ggtt() local
658 fair = pf_estimate_fair_ggtt(gt, num_vfs); in xe_gt_sriov_pf_config_set_fair_ggtt()
661 if (!fair) in xe_gt_sriov_pf_config_set_fair_ggtt()
664 return xe_gt_sriov_pf_config_bulk_set_ggtt(gt, vfid, num_vfs, fair); in xe_gt_sriov_pf_config_set_fair_ggtt()
923 u32 fair = (idm->total - spare) / num_vfs; in pf_estimate_fair_ctxs() local
[all …]
/linux/net/dccp/ccids/
H A 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/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/kernel/sched/
H A DMakefile32 obj-y += fair.o
/linux/Documentation/scheduler/
H A 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
H A Dsched-eevdf.rst16 whether a task has received its fair share of CPU time. In this way, a task
H A Dschedutil.rst108 For more detail see: kernel/sched/fair.c:util_est_dequeue()
/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/Documentation/driver-api/
H A Dbasics.rst30 .. kernel-doc:: kernel/sched/fair.c
/linux/Documentation/process/
H A Dcode-of-conduct.rst45 and are expected to take appropriate and fair corrective action in response to
/linux/Documentation/core-api/
H A Dgenalloc.rst101 naturally, write a special-purpose algorithm, but there is a fair set
/linux/Documentation/locking/
H A 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,
H A Dpi-futex.rst53 apps have a very fair expectation of being able to use locks, we've got
H A Dmutex-design.rst53 with the desirable properties of being fair and with each cpu trying
/linux/Documentation/arch/arm/
H A Dvlocks.rst85 * vlocks are not intended to be fair. In the contended case, it is the
/linux/Documentation/admin-guide/sysctl/
H A Dnet.rst172 fair queue (sfq), CoDel (codel) or fair queue CoDel (fq_codel). Don't use
/linux/Documentation/block/
H A Dbiovecs.rst66 - again, this was being done in a fair number of places.
/linux/LICENSES/dual/
H A DCC-BY-4.0113 e. Exceptions and Limitations means fair use, fair dealing, and/or
/linux/Documentation/fb/
H A Dmodedb.rst11 - one generic video mode database with a fair amount of standard videomodes
/linux/Documentation/
H A Datomic_t.txt322 a fair amount of code also requires forward progress from the conditional
/linux/Documentation/admin-guide/media/
H A Ddvb_intro.rst39 frames per second - a fair amount of data is generated and must be
/linux/Documentation/trace/
H A Dtracepoint-analysis.rst34 will give a fair indication of the number of events available.
/linux/Documentation/networking/
H A Deql.rst43 I suggest to ISPs out there that it would probably be fair to charge
/linux/mm/
H A DKconfig.debug117 a fair amount of memory if enabled. See tools/mm/page_owner_sort.c

12