Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c10656 unsigned long src_util, dst_util, src_cap, dst_cap; in can_migrate_llc() local
10659 !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()