Searched refs:shares (Results 1 – 25 of 367) sorted by relevance
12345678910>>...15
/external/ltp/testcases/kernel/controllers/cpuctl_fj/ |
D | run_cpuctl_test_fj.sh | 125 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/ |
D | cpuctl_testplan.txt | 12 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 …]
|
D | README | 18 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/ |
D | kernel_SchedBandwith.py | 143 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/ |
D | libcontrollers.c | 175 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/ |
D | api_def_BoostedTreesCreateQuantileStreamResource.pbtxt | 19 int; The number of streams managed by the resource that shares the same epsilon.
|
/external/syzkaller/vendor/golang.org/x/net/http2/ |
D | README | 10 * The client work has just started but shares a lot of code
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | mem-rr-addr-mode.ll | 5 ; This shares the 16 between the two loads.
|
/external/autotest/client/site_tests/p2p_ShareFiles/ |
D | control | 18 PURPOSE = 'Check that P2P daemon shares files on the network.'
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | mem-rr-addr-mode.ll | 5 ; This shares the 16 between the two loads.
|
D | ppc64-calls.ll | 32 ; therefore shares the same TOC.
|
/external/llvm/test/CodeGen/PowerPC/ |
D | mem-rr-addr-mode.ll | 5 ; This shares the 16 between the two loads.
|
/external/iproute2/examples/diffserv/ |
D | regression-testing | 72 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/iptables/extensions/ |
D | libxt_TOS.man | 3 shares the same bits as DSCP and ECN. The TOS target is only valid in the
|
/external/curl/tests/python_dependencies/impacket/ |
D | smbserver.py | 140 shares = {} 142 shares[i] = dict(config.items(i)) 143 return shares 476 shares = getShares(connId, smbServer) 478 respParameters['EntriesReturned'] = len(shares) 479 respParameters['EntriesAvailable'] = len(shares) 481 for i in shares: 485 entry['Type'] = int(shares[i]['share type']) 487 entry['RemarkOffsetLow'] = 20 * len(shares) + len(tailData) 489 if shares[i].has_key('comment'): [all …]
|
/external/mesa3d/docs/specs/ |
D | WL_create_wayland_buffer_from_image.spec | 40 This extension provides an entry point to create a wl_buffer which shares
|
/external/u-boot/arch/arm/dts/ |
D | axp223.dtsi | 50 * The AXP223 shares most of its logic with the AXP221 but it has some
|
/external/python/cpython3/Doc/c-api/ |
D | marshal.rst | 17 historical version, version 1 shares interned strings in the file, and upon
|
/external/python/cpython2/Doc/c-api/ |
D | marshal.rst | 17 historical version, version ``1`` (new in Python 2.4) shares interned strings in
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | saved_object_graph.proto | 17 // SavedObjectGraph shares some structure with TrackableObjectGraph, but
|
/external/python/cpython3/Doc/library/ |
D | marshal.rst | 105 format, version 1 shares interned strings and version 2 uses a binary format
|
/external/llvm/test/CodeGen/SystemZ/ |
D | memcmp-nobuiltin.ll | 183 ; loop tests to memcpy-01.ll, which shares the same form.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | memcmp-nobuiltin.ll | 183 ; loop tests to memcpy-01.ll, which shares the same form.
|
D | memcmp-01.ll | 205 ; loop tests to memcpy-01.ll, which shares the same form.
|
/external/bcc/tools/ |
D | runqlat_example.txt | 548 caused by capping CPU usage via CPU shares.
|
12345678910>>...15