Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/sched/
Dfair.c8053 int tsk_cache_hot; in can_migrate_task() local
8122 tsk_cache_hot = migrate_degrades_locality(p, env); in can_migrate_task()
8123 if (tsk_cache_hot == -1) in can_migrate_task()
8124 tsk_cache_hot = task_hot(p, env); in can_migrate_task()
8126 if (tsk_cache_hot <= 0 || in can_migrate_task()
8128 if (tsk_cache_hot == 1) { in can_migrate_task()