Searched refs:recent_used_cpu (Results 1 – 3 of 3) sorted by relevance
6600 int i, recent_used_cpu; in select_idle_sibling() local6634 recent_used_cpu = p->recent_used_cpu; in select_idle_sibling()6635 …if (recent_used_cpu != prev && recent_used_cpu != target && cpus_share_cache(recent_used_cpu, targ… in select_idle_sibling()6636 (available_idle_cpu(recent_used_cpu) || sched_idle_cpu(recent_used_cpu)) && in select_idle_sibling()6637 …cpumask_test_cpu(p->recent_used_cpu, p->cpus_ptr) && asym_fits_capacity(task_util, recent_used_cpu… in select_idle_sibling()6638 p->recent_used_cpu = prev; in select_idle_sibling()6639 return recent_used_cpu; in select_idle_sibling()7177 current->recent_used_cpu = cpu; in select_task_rq_fair()
3731 p->recent_used_cpu = task_cpu(p); in wake_up_new_task()
790 int recent_used_cpu; member