Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Dsched.h456 #define MIN_SHARES (1UL << 1) macro
A Dfair.c3187 return clamp_t(long, shares, MIN_SHARES, tg_shares); in calc_group_shares()
11601 shares = clamp(shares, scale_load(MIN_SHARES), scale_load(MAX_SHARES)); in __sched_group_set_shares()

Completed in 29 milliseconds