Home
last modified time | relevance | path

Searched refs:MIN_SHARES (Results 1 – 1 of 1) sorted by relevance

/kernel/
Dsched.c349 #define MIN_SHARES 2 macro
1501 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()