Home
last modified time | relevance | path

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

123

/linux/Documentation/ABI/removed/
H A 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/Documentation/translations/zh_CN/scheduler/
H A Dsched-design-CFS.rst185 当CONFIG_FAIR_GROUP_SCHED被定义后,通过伪文件系统,每个组被创建一个“cpu.shares”文件。
198 # echo 2048 > multimedia/cpu.shares
199 # echo 1024 > browser/cpu.shares
/linux/kernel/sched/
H A Dautogroup.c237 unsigned long shares; in proc_sched_autogroup_set_nice() local
258 shares = scale_load(sched_prio_to_weight[idx]); in proc_sched_autogroup_set_nice()
261 err = sched_group_set_shares(ag->tg, shares); in proc_sched_autogroup_set_nice()
H A Dfair.c3887 long tg_weight, tg_shares, load, shares; in calc_group_shares() local
3890 tg_shares = READ_ONCE(tg->shares); in calc_group_shares()
3900 shares = (tg_shares * load); in calc_group_shares()
3902 shares /= tg_weight; in calc_group_shares()
3916 return clamp_t(long, shares, MIN_SHARES, tg_shares); in calc_group_shares()
3926 long shares; in update_cfs_group() local
3935 shares = calc_group_shares(gcfs_rq); in update_cfs_group()
3936 if (unlikely(se->load.weight != shares)) in update_cfs_group()
3937 reweight_entity(cfs_rq_of(se), se, shares); in update_cfs_group()
13635 tg->shares = NICE_0_LOAD; in alloc_fair_sched_group()
[all …]
/linux/arch/arm64/boot/dts/qcom/
H A Dsdm636.dtsi22 /* Adreno 509 shares the frequency table with 512 */
H A Dsdm660.dtsi164 /* DSI1 shares the OPP table with DSI0 */
/linux/drivers/net/phy/mediatek/
H A DKconfig20 You may find mt7530 inside mt7621. This driver shares some
/linux/tools/power/pm-graph/config/
H A 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/Documentation/devicetree/bindings/pci/
H A Dhisilicon-histb-pcie.txt4 It shares common functions with the DesignWare PCIe core driver and inherits
/linux/arch/arm/boot/dts/allwinner/
H A Daxp223.dtsi50 * The AXP223 shares most of its logic with the AXP221 but it has some
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun55i-t527-orangepi-4a.dts352 /* less capable and shares load with dldo1 */
359 /* more capable and shares load with aldo1 */
/linux/Documentation/w1/slaves/
H A 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/Documentation/filesystems/smb/
H A Dsmbdirect.rst30 shares.
/linux/Documentation/misc-devices/
H A Dbh1770glc.rst21 ALS and proximity parts operates on their own, but they shares common I2C
/linux/Documentation/userspace-api/
H A Dfutex2.rst75 shares the same memory space and the virtual address of the futex will be the
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-pci-drivers-xhci_hcd12 The DbC debug device shares a root port with xHCI host.
/linux/Documentation/admin-guide/cifs/
H A 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
652 shares mounted to the same server are unaffected.
715 shares, features enabled as well as the cifs.ko
819 the active sessions and the shares that are mounted.
829 DFS support allows transparent redirection to shares in an MS-DFS name space.
830 In addition, DFS support for target shares which are specified as UNC
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8-ss-dma.dtsi422 * CAN1 shares CAN0's clock and to enable CAN0's clock it
443 * CAN2 shares CAN0's clock and to enable CAN0's clock it
/linux/Documentation/admin-guide/cgroup-v1/
H A Drdma.rst52 of the child processes which shares the address space, rdma resources are
/linux/Documentation/mm/damon/
H A Dmaintainer-profile.rst94 between a group of members including the maintainer. The maintainer shares the
/linux/Documentation/driver-api/tty/
H A Dmoxa-smartio.rst99 Each port within the same multiport board shares the same IRQ. Up to
/linux/tools/usb/usbip/
H A DREADME9 network. Server is a machine which provides (shares) a USB device. Client is
/linux/Documentation/locking/
H A Dpi-futex.rst66 Currently (without PI), if a high-prio and a low-prio task shares a lock
/linux/Documentation/networking/
H A Dxsk-tx-metadata.rst16 length is therefore the same for every socket that shares the same umem.
/linux/Documentation/filesystems/
H A Dqnx6.rst18 qnx6fs shares many properties with traditional Unix filesystems. It has the

123