Home
last modified time | relevance | path

Searched refs:shr_bound (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dsched.h280 #define shr_bound(val, shift) ((val) >> min_t(typeof(shift), (shift), BITS_PER_TYPE(typeof(val)) - 1)) macro
H A Dfair.c8215 if (shr_bound(load, env->sd->nr_balance_failed) > env->imbalance) { in detach_tasks()

Completed in 24 milliseconds