Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dsmp.c748 flags |= SD_ASYM_PACKING; in powerpc_smt_flags()
/linux-4.4.14/kernel/sched/
Dfair.c6377 if (!(env->sd->flags & SD_ASYM_PACKING)) in update_sd_pick_busiest()
6532 if (!(env->sd->flags & SD_ASYM_PACKING)) in check_asym_packing()
6889 if ((sd->flags & SD_ASYM_PACKING) && env->src_cpu > env->dst_cpu) in need_active_balance()
Dcore.c6019 sd = highest_flag_domain(cpu, SD_ASYM_PACKING); in update_top_cache_domain()
6425 SD_ASYM_PACKING | \
/linux-4.4.14/include/linux/
Dsched.h990 #define SD_ASYM_PACKING 0x0800 /* Place busy groups earlier in the domain */ macro