Searched refs:tsk_cache_hot (Results 1 – 1 of 1) sorted by relevance
5566 int tsk_cache_hot = 0; in can_migrate_task() local5624 tsk_cache_hot = task_hot(p, env); in can_migrate_task()5625 if (!tsk_cache_hot) in can_migrate_task()5626 tsk_cache_hot = migrate_degrades_locality(p, env); in can_migrate_task()5628 if (migrate_improves_locality(p, env) || !tsk_cache_hot || in can_migrate_task()5630 if (tsk_cache_hot) { in can_migrate_task()