Searched refs:dst_util (Results 1 – 1 of 1) sorted by relevance
10656 unsigned long src_util, dst_util, src_cap, dst_cap; in can_migrate_llc() local10659 !get_llc_stats(dst_cpu, &dst_util, &dst_cap)) in can_migrate_llc()10663 dst_util = dst_util + tsk_util; in can_migrate_llc()10665 if (!fits_llc_capacity(dst_util, dst_cap) && in can_migrate_llc()10676 if (!fits_llc_capacity(dst_util, dst_cap) && in can_migrate_llc()10677 util_greater(dst_util, src_util)) in can_migrate_llc()10688 !util_greater(src_util, dst_util)) in can_migrate_llc()