Lines Matching refs:shares
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.
84 Granularity test with respect to shares values
85 In this test the shares value of some of the groups is increased and for some
88 change in shares value.
95 not shares are dominant over nice values.
179 exp:- expected time as per the shares of the group and num of tasks in group.