Home
last modified time | relevance | path

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

12

/linux-3.4.99/Documentation/ABI/testing/
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-3.4.99/kernel/sched/
Dfair.c888 long tg_weight, load, shares; in calc_cfs_shares() local
893 shares = (tg->shares * load); in calc_cfs_shares()
895 shares /= tg_weight; in calc_cfs_shares()
897 if (shares < MIN_SHARES) in calc_cfs_shares()
898 shares = MIN_SHARES; in calc_cfs_shares()
899 if (shares > tg->shares) in calc_cfs_shares()
900 shares = tg->shares; in calc_cfs_shares()
902 return shares; in calc_cfs_shares()
919 return tg->shares; in calc_cfs_shares()
946 long shares; in update_cfs_shares() local
[all …]
Dsched.h112 unsigned long shares; member
183 extern int sched_group_set_shares(struct task_group *tg, unsigned long shares);
/linux-3.4.99/drivers/net/wireless/ath/
DKconfig7 enables the common ath.ko module which shares common helpers.
/linux-3.4.99/Documentation/scheduler/
Dsched-design-CFS.txt222 When CONFIG_FAIR_GROUP_SCHED is defined, a "cpu.shares" file is created for each
237 # echo 2048 > multimedia/cpu.shares
238 # echo 1024 > browser/cpu.shares
/linux-3.4.99/Documentation/misc-devices/
Dbh1770glc.txt17 ALS and proximity parts operates on their own, but they shares common I2C
/linux-3.4.99/Documentation/input/
Damijoy.txt167 that shares the same 4 pins as the 4 pot counters above.
Delantech.txt513 1 and 3 finger touch shares the same 6-byte packet format, except that
/linux-3.4.99/fs/cifs/
DREADME87 umount shares they mount requires
151 shares on NTFS filesystems). Extended Attribute (xattr) support is an optional
559 shares mounted to the same server are unaffected.
604 shares, features enabled as well as the cifs.ko
722 the active sessions and the shares that are mounted.
732 DFS support allows transparent redirection to shares in an MS-DFS name space.
733 In addition, DFS support for target shares which are specified as UNC
DTODO112 can do the same trick that NFS does to remount duplicate shares.
DKconfig133 Distributed File System (DFS) support is used to access shares
/linux-3.4.99/Documentation/ide/
DChangeLog.ide-tape.1995-200219 * 1. An IDE ATAPI TAPE shares the same interface
21 * 2. An IDE ATAPI TAPE shares the same interface
/linux-3.4.99/Documentation/power/regulator/
Dconsumer.txt42 This may happen if the consumer shares the regulator or the regulator has been
/linux-3.4.99/Documentation/
Dpi-futex.txt65 Currently (without PI), if a high-prio and a low-prio task shares a lock
/linux-3.4.99/Documentation/filesystems/
Dqnx6.txt15 qnx6fs shares many properties with traditional Unix filesystems. It has the
Dext3.txt144 Ext3 shares all disk implementation with the ext2 filesystem, and adds
/linux-3.4.99/Documentation/serial/
Dmoxa-smartio129 Each port within the same multiport board shares the same IRQ. Up to
501 Each port within the same multiport board shares the same IRQ. Please set
/linux-3.4.99/Documentation/fb/
Dmatroxfb.txt378 + secondary head shares videomemory with primary head. It is not problem
399 + secondary head shares videomemory with primary head. It is not problem
/linux-3.4.99/Documentation/sound/alsa/
Dcompress_offload.txt76 The new API shares a number of concepts with with the PCM API for flow
/linux-3.4.99/arch/arm/mach-s3c24xx/
DKconfig310 Note, this shares support with SMDK2413, so will automatically
/linux-3.4.99/Documentation/vm/
Dcleancache.txt139 the proposed "RAMster" driver shares RAM across multiple physical
/linux-3.4.99/Documentation/power/
Dswsusp.txt123 suspend2 shares this fundamental limitation, but does not include user
/linux-3.4.99/include/linux/
Dsched.h2743 extern int sched_group_set_shares(struct task_group *tg, unsigned long shares);
/linux-3.4.99/Documentation/scsi/
Dscsi_fc_transport.txt39 separate port to other endpoints on the fabric, even though it shares one
/linux-3.4.99/Documentation/sysctl/
Dkernel.txt341 parameter), the NMI watchdog shares registers with oprofile. By

12