Home
last modified time | relevance | path

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

12345678910>>...30

/external/ltp/testcases/kernel/controllers/cpuctl_fj/
Drun_cpuctl_test_fj.sh125 shares=`cat $CPUCTL/cpu.shares`
126 if [ $shares -ne 1024 ]
162 shares=`cat $CPUCTL/tmp/cpu.shares`
163 if [ $shares -ne 1024 ]
194 shares=`cat $CPUCTL/tmp/tmp1/cpu.shares`
195 if [ $shares -ne 1024 ]
254 ./cpuctl_fj_simple_echo 2048 $CPUCTL/cpu.shares
260 shares=`cat $CPUCTL/cpu.shares`
261 if [ $shares -ne 1024 ]
272 ./cpuctl_fj_simple_echo -1 $CPUCTL/tmp/cpu.shares
[all …]
/external/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_testplan.txt12 total share weight = grp1 share + grp2 shares +......upto n grps
42 default each group is assigned 1024 shares. The cpu controller schedules the
43 tasks in different groups on the basis of the shares assigned to that group.
44 So the cpu usage of a task depends on the amount of shares it's group has out
45 of the total number of shares(no upper limit but a lower limit of 2) and the
47 So until and unless this ratio(group A' shares/ Total shares of all groups)
50 Let us say we have 3 groups(1 task each) A,B,C each having 2, 4, 6 shares
54 shares absolute values provided the ratio is not changed i.e. the cpu time per
55 group should not change if we change the shares from 2, 4, 6 to 200, 400, 600 or
75 1. A group should get cpu time in the same ratio as it's shares.
[all …]
DREADME18 the appropriate group, can modify their group shares, can migrate etc.
23 total amount of shares of all the groups, total number of tasks in it's group etc.
59 1. A group should get cpu time in the same ratio as it's shares.
/external/autotest/client/site_tests/kernel_SchedBandwith/
Dkernel_SchedBandwith.py143 def _cg_set_shares(self, shares=None): argument
149 if shares is None:
150 shares = self._cg_total_shares()
152 shares)
155 if rd_shares != shares:
156 error.TestFail("Setting cpu shares to %d" % shares)
/external/ltp/testcases/kernel/controllers/libcontrollers/
Dlibcontrollers.c175 unsigned int shares; in read_shares_file() local
181 fscanf(fp, "%u", &shares); in read_shares_file()
186 return shares; in read_shares_file()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BoostedTreesCreateQuantileStreamResource.pbtxt19 int; The number of streams managed by the resource that shares the same epsilon.
/external/llvm-project/llvm/test/Transforms/Inline/ML/
Dml-test-development-mode.ll5 ; This test uses Inputs/test-module.ll, as it shares it with a similar test
/external/llvm/test/CodeGen/PowerPC/
Dmem-rr-addr-mode.ll5 ; This shares the 16 between the two loads.
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dmem-rr-addr-mode.ll5 ; This shares the 16 between the two loads.
/external/timezone-boundary-builder/
D.gitignore75 # Recycle Bin used on file shares
/external/iproute2/examples/diffserv/
Dregression-testing72 TODO: Testing on how each color shares when all 4 types of packets
124 TODO: Testing on how each color shares when all 4 types of packets
/external/perfetto/protos/perfetto/metrics/android/
Dprocess_metadata.proto36 // If this process shares its uid (see `packages_for_uid` field), the package
/external/llvm-project/llvm/test/ThinLTO/X86/
Dimport-metadata.ll10 ;; Also check the imported md metadata that shares a node with the
/external/autotest/docs/
Dfaft-pd.md22 * DisplayPort, which shares the SuperSpeed lanes and the SBU channel;
23 * CCD, which shares the SBU channel and has special CC terminations.
/external/angle/extensions/
DEGL_ANGLE_display_texture_share_group.txt60 a context that shares textures with other contexts owned by the same
DEGL_ANGLE_display_semaphore_share_group.txt60 a context that shares semaphores with other contexts owned by the same
/external/rust/crates/vmm_vhost/
DREADME.md30 Master is the application that shares its virtqueues, slave is the consumer
/external/llvm-project/lld/test/ELF/
Dppc32-tls-ld.s30 ## It shares In.Got->TlsIndexOff allocated when processing a@got@tlsld.
/external/iptables/extensions/
Dlibxt_TOS.man3 shares the same bits as DSCP and ECN. The TOS target is only valid in the
/external/mesa3d/docs/_extra/specs/
DWL_create_wayland_buffer_from_image.spec40 This extension provides an entry point to create a wl_buffer which shares
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
Ddebug-types-line-tables.s34 # It shares the same line table as unit one.
/external/python/cpython3/Doc/c-api/
Dmarshal.rst17 historical version, version 1 shares interned strings in the file, and upon
/external/protobuf/src/google/protobuf/
Dproto3_lite_unittest.inc113 // the rest is fully tested in proto2 unittests because proto3 shares most code
/external/python/cpython2/Doc/c-api/
Dmarshal.rst17 historical version, version ``1`` (new in Python 2.4) shares interned strings in
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dshared-strtab-shstrtab.s8 ## separate string tables, whereas the assembler shares them.

12345678910>>...30