Home
last modified time | relevance | path

Searched refs:shares (Results 1 – 25 of 74) sorted by relevance

123

/Linux-v6.6/Documentation/ABI/removed/
Dsysfs-kernel-uids10 shares, then they will get equal CPU bandwidth. Another
11 example would be, if User A has shares = 1024 and user
12 B has shares = 2048, User B will get twice the CPU
/Linux-v6.6/Documentation/translations/zh_CN/scheduler/
Dsched-design-CFS.rst185 当CONFIG_FAIR_GROUP_SCHED被定义后,通过伪文件系统,每个组被创建一个“cpu.shares”文件。
198 # echo 2048 > multimedia/cpu.shares
199 # echo 1024 > browser/cpu.shares
/Linux-v6.6/kernel/sched/
Dautogroup.c235 unsigned long shares; in proc_sched_autogroup_set_nice() local
256 shares = scale_load(sched_prio_to_weight[idx]); in proc_sched_autogroup_set_nice()
259 err = sched_group_set_shares(ag->tg, shares); in proc_sched_autogroup_set_nice()
Dfair.c3770 long tg_weight, tg_shares, load, shares; in calc_group_shares() local
3773 tg_shares = READ_ONCE(tg->shares); in calc_group_shares()
3783 shares = (tg_shares * load); in calc_group_shares()
3785 shares /= tg_weight; in calc_group_shares()
3799 return clamp_t(long, shares, MIN_SHARES, tg_shares); in calc_group_shares()
3810 long shares; in update_cfs_group() local
3819 shares = READ_ONCE(gcfs_rq->tg->shares); in update_cfs_group()
3821 if (likely(se->load.weight == shares)) in update_cfs_group()
3824 shares = calc_group_shares(gcfs_rq); in update_cfs_group()
3827 reweight_entity(cfs_rq_of(se), se, shares); in update_cfs_group()
[all …]
/Linux-v6.6/arch/arm64/boot/dts/qcom/
Dsdm636.dtsi22 /* Adreno 509 shares the frequency table with 512 */
Dsdm660.dtsi164 /* DSI1 shares the OPP table with DSI0 */
/Linux-v6.6/Documentation/devicetree/bindings/misc/
Daspeed,cvic.txt8 inconvenient to create an interrupt tree for it as it somewhat shares
/Linux-v6.6/Documentation/mm/
Dsplit_page_table_lock.rst66 This field shares storage with page->ptl.
87 page of page containing the table. It shares storage with page->private
/Linux-v6.6/Documentation/devicetree/bindings/interrupt-controller/
Dst,spear3xx-shirq.txt15 interrupt controller shares config/control registers with other groups.
/Linux-v6.6/Documentation/devicetree/bindings/pci/
Dhisilicon-histb-pcie.txt4 It shares common functions with the DesignWare PCIe core driver and inherits
/Linux-v6.6/tools/power/pm-graph/config/
Dcustom-timeline-functions.cfg102 # transparent, so the entry shares the phase color. The color is an
167 # transparent, so the entry shares the phase color. The color is an
/Linux-v6.6/Documentation/scheduler/
Dsched-design-CFS.rst227 When CONFIG_FAIR_GROUP_SCHED is defined, a "cpu.shares" file is created for each
242 # echo 2048 > multimedia/cpu.shares
243 # echo 1024 > browser/cpu.shares
/Linux-v6.6/arch/arm/boot/dts/allwinner/
Daxp223.dtsi50 * The AXP223 shares most of its logic with the AXP221 but it has some
/Linux-v6.6/Documentation/w1/slaves/
Dw1_therm.rst135 GX20MH01 device shares family number 0x28 with DS18*20. The device is generally
142 MAX31850 device shares family number 0x3B with DS1825. The device is generally
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-bus-pci-drivers-xhci_hcd12 The DbC debug device shares a root port with xHCI host.
/Linux-v6.6/Documentation/misc-devices/
Dbh1770glc.rst21 ALS and proximity parts operates on their own, but they shares common I2C
/Linux-v6.6/arch/arm64/boot/dts/freescale/
Dimx8-ss-dma.dtsi332 * CAN1 shares CAN0's clock and to enable CAN0's clock it
353 * CAN2 shares CAN0's clock and to enable CAN0's clock it
Dimx8dxl-evk.dts151 * fec1 shares the some PINs with usdhc2.
/Linux-v6.6/Documentation/userspace-api/
Dfutex2.rst75 shares the same memory space and the virtual address of the futex will be the
/Linux-v6.6/Documentation/admin-guide/cifs/
Dusage.rst82 and encrypted shares and stronger signing and authentication algorithms.
94 umount shares they mount requires
163 shares on NTFS filesystems). Extended Attribute (xattr) support is an optional
650 shares mounted to the same server are unaffected.
713 shares, features enabled as well as the cifs.ko
830 the active sessions and the shares that are mounted.
840 DFS support allows transparent redirection to shares in an MS-DFS name space.
841 In addition, DFS support for target shares which are specified as UNC
/Linux-v6.6/Documentation/admin-guide/cgroup-v1/
Drdma.rst52 of the child processes which shares the address space, rdma resources are
/Linux-v6.6/Documentation/input/devices/
Damijoy.rst239 that shares the same 4 pins as the 4 pot counters above.
/Linux-v6.6/Documentation/driver-api/tty/
Dmoxa-smartio.rst99 Each port within the same multiport board shares the same IRQ. Up to
/Linux-v6.6/Documentation/userspace-api/netlink/
Dspecs.rst301 two is that a notification shares its contents with a GET operation
354 (possibly the same as the operation holding this property) which shares
/Linux-v6.6/Documentation/locking/
Dpi-futex.rst66 Currently (without PI), if a high-prio and a low-prio task shares a lock

123