Searched refs:MIN_SHARES (Results 1 – 2 of 2) sorted by relevance
419 #define MIN_SHARES (1UL << 1) macro
3025 return clamp_t(long, shares, MIN_SHARES, tg_shares); in calc_group_shares()3069 return clamp_t(long, runnable, MIN_SHARES, shares); in calc_group_runnable()10511 shares = clamp(shares, scale_load(MIN_SHARES), scale_load(MAX_SHARES)); in sched_group_set_shares()