Searched refs:shares (Results 1 – 25 of 239) sorted by relevance
12345678910
/third_party/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 …]
|
/third_party/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.
|
/third_party/ltp/testcases/kernel/controllers/libcontrollers/ |
D | libcontrollers.c | 186 unsigned int shares; in read_shares_file() local 192 fscanf(fp, "%u", &shares); in read_shares_file() 197 return shares; in read_shares_file()
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLSHOPT_SHARE.md | 71 multi handle shares connection cache by default without using this option. 82 multi handle shares PSL cache by default without using this option.
|
D | CURLOPT_ABSTRACT_UNIX_SOCKET.md | 37 This option shares the same semantics as CURLOPT_UNIX_SOCKET_PATH(3) in
|
D | CURLOPT_SHARE.md | 70 /* the second handle shares cookies from the first */
|
/third_party/skia/third_party/externals/icu/patches/ |
D | khmer-dictbe.patch | 12 // Will not combine a non-word that shares at least this much prefix with a
|
/third_party/openGLES/xml/ |
D | wgltypes.txt | 97 LPD_SHARE_DEPTH The layer plane shares the depth buffer with the main plane. 98 LPD_SHARE_STENCIL The layer plane shares the stencil buffer with the main plane. 99 LPD_SHARE_ACCUM The layer plane shares the accumulation buffer with the main plane.
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
D | wgltypes.txt | 97 LPD_SHARE_DEPTH The layer plane shares the depth buffer with the main plane. 98 LPD_SHARE_STENCIL The layer plane shares the stencil buffer with the main plane. 99 LPD_SHARE_ACCUM The layer plane shares the accumulation buffer with the main plane.
|
/third_party/curl/docs/libcurl/ |
D | curl_easy_reset.md | 33 connections, the Session ID cache, the DNS cache, the cookies, the shares or
|
D | curl_global_init.md | 34 the code that shares a memory space) before the program calls any other
|
/third_party/libphonenumber/resources/geocoding/ru/ |
D | 7.txt | 15 # Currently only data for Kazakhstan is present, even though Russia shares
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_blend_equation_separate.txt | 87 GL_BLEND_EQUATION_ALPHA_EXT shares the same value (0x883D) 294 implementations because the legacy name shares its value with 299 GL_BLEND_EQUATION_ALPHA_EXT shares the same value (0x883D) with the
|
D | WGL_EXT_pixel_format.txt | 290 True if the layer plane shares the depth buffer with the main 294 True if the layer plane shares the stencil buffer with the main 298 True if the layer plane shares the accumulation buffer with the
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_blend_equation_separate.txt | 87 GL_BLEND_EQUATION_ALPHA_EXT shares the same value (0x883D) 294 implementations because the legacy name shares its value with 299 GL_BLEND_EQUATION_ALPHA_EXT shares the same value (0x883D) with the
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_display_texture_share_group.txt | 60 a context that shares textures with other contexts owned by the same
|
D | EGL_ANGLE_display_semaphore_share_group.txt | 60 a context that shares semaphores with other contexts owned by the same
|
/third_party/openssl/doc/man7/ |
D | RSA-PSS.pod | 15 This algorithm shares several control operations with the B<RSA> algorithm
|
/third_party/mesa3d/docs/_extra/specs/ |
D | WL_create_wayland_buffer_from_image.spec | 40 This extension provides an entry point to create a wl_buffer which shares
|
/third_party/rust/crates/static-assertions-rs/ |
D | .gitignore | 137 # Recycle Bin used on file shares
|
/third_party/EGL/extensions/WL/ |
D | EGL_WL_create_wayland_buffer_from_image.txt | 40 This extension provides an entry point to create a wl_buffer which shares
|
/third_party/openssl/doc/man3/ |
D | SSL_clear.pod | 43 same peer that shares these settings, and may fail if that peer
|
/third_party/python/Doc/c-api/ |
D | marshal.rst | 17 historical version, version 1 shares interned strings in the file, and upon
|
/third_party/protobuf/src/google/protobuf/ |
D | proto3_lite_unittest.inc | 109 // the rest is fully tested in proto2 unittests because proto3 shares most code
|
12345678910