Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_config.c684 u64 fair; in pf_estimate_fair_ggtt() local
694 fair = div_u64(available, num_vfs); in pf_estimate_fair_ggtt()
695 fair = ALIGN_DOWN(fair, alignment); in pf_estimate_fair_ggtt()
697 available / SZ_1K, num_vfs, fair / SZ_1K); in pf_estimate_fair_ggtt()
698 return fair; in pf_estimate_fair_ggtt()
731 u64 fair; in xe_gt_sriov_pf_config_set_fair_ggtt() local
738 fair = pf_estimate_fair_ggtt(gt, num_vfs); in xe_gt_sriov_pf_config_set_fair_ggtt()
741 if (!fair) in xe_gt_sriov_pf_config_set_fair_ggtt()
744 fair = min(fair, profile); in xe_gt_sriov_pf_config_set_fair_ggtt()
745 if (fair < profile) in xe_gt_sriov_pf_config_set_fair_ggtt()
[all …]
/linux/net/dccp/ccids/
H A DKconfig
/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/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/scheduler/
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()
H A Dsched-rt-group.rst106 bandwidth for fair dl_server. For accurate value check average of
/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 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
H A Dww-mutex-design.rst47 The two algorithms are both fair in that a transaction will eventually succeed.
/linux/Documentation/arch/arm/
H A Dvlocks.rst85 * vlocks are not intended to be fair. In the contended case, it is the
/linux/Documentation/block/
H A Dbiovecs.rst66 - again, this was being done in a fair number of places.
H A Dbfq-iosched.rst214 applications more than their fair share of the device
244 perfectly fair, and smooth service. In particular, B-WF2Q+
/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
/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.

12