Home
last modified time | relevance | path

Searched refs:src_cap (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
10658 if (!get_llc_stats(src_cpu, &src_util, &src_cap) || in can_migrate_llc()
10666 !fits_llc_capacity(src_util, src_cap)) in can_migrate_llc()
10687 if (fits_llc_capacity(src_util, src_cap) || in can_migrate_llc()