Home
last modified time | relevance | path

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

12345678910

/third_party/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 …]
/third_party/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.
/third_party/ltp/testcases/kernel/controllers/libcontrollers/
Dlibcontrollers.c186 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/
DCURLSHOPT_SHARE.md71 multi handle shares connection cache by default without using this option.
82 multi handle shares PSL cache by default without using this option.
DCURLOPT_ABSTRACT_UNIX_SOCKET.md37 This option shares the same semantics as CURLOPT_UNIX_SOCKET_PATH(3) in
DCURLOPT_SHARE.md70 /* the second handle shares cookies from the first */
/third_party/skia/third_party/externals/icu/patches/
Dkhmer-dictbe.patch12 // Will not combine a non-word that shares at least this much prefix with a
/third_party/openGLES/xml/
Dwgltypes.txt97 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/
Dwgltypes.txt97 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/
Dcurl_easy_reset.md33 connections, the Session ID cache, the DNS cache, the cookies, the shares or
Dcurl_global_init.md34 the code that shares a memory space) before the program calls any other
/third_party/libphonenumber/resources/geocoding/ru/
D7.txt15 # Currently only data for Kazakhstan is present, even though Russia shares
/third_party/openGLES/extensions/EXT/
DEXT_blend_equation_separate.txt87 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
DWGL_EXT_pixel_format.txt290 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/
DEXT_blend_equation_separate.txt87 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/
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
/third_party/openssl/doc/man7/
DRSA-PSS.pod15 This algorithm shares several control operations with the B<RSA> algorithm
/third_party/mesa3d/docs/_extra/specs/
DWL_create_wayland_buffer_from_image.spec40 This extension provides an entry point to create a wl_buffer which shares
/third_party/rust/crates/static-assertions-rs/
D.gitignore137 # Recycle Bin used on file shares
/third_party/EGL/extensions/WL/
DEGL_WL_create_wayland_buffer_from_image.txt40 This extension provides an entry point to create a wl_buffer which shares
/third_party/openssl/doc/man3/
DSSL_clear.pod43 same peer that shares these settings, and may fail if that peer
/third_party/python/Doc/c-api/
Dmarshal.rst17 historical version, version 1 shares interned strings in the file, and upon
/third_party/protobuf/src/google/protobuf/
Dproto3_lite_unittest.inc109 // the rest is fully tested in proto2 unittests because proto3 shares most code

12345678910