Searched refs:MIN_SHARES (Results 1 – 1 of 1) sorted by relevance
349 #define MIN_SHARES 2 macro1501 shares = clamp_t(unsigned long, shares, MIN_SHARES, MAX_SHARES); in update_group_shares_cpu()9036 if (shares < MIN_SHARES) in sched_group_set_shares()9037 shares = MIN_SHARES; in sched_group_set_shares()