Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dsched.h513 #define MAX_SHARES (1UL << 18) macro
H A Dfair.c13402 shares = clamp(shares, scale_load(MIN_SHARES), scale_load(MAX_SHARES)); in __sched_group_set_shares()