Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Dsched.h288 #define MAX_SHARES (1UL << 18) macro
Dfair.c8214 shares = clamp(shares, scale_load(MIN_SHARES), scale_load(MAX_SHARES)); in sched_group_set_shares()