Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dcore.c11752 if (READ_ONCE(src_task->mm_cid_active) && src_task->mm == mm) { in __sched_mm_cid_migrate_from_fetch_cid()
11803 if (READ_ONCE(src_task->mm_cid_active) && src_task->mm == mm) { in __sched_mm_cid_migrate_from_try_steal_cid()
11922 if (READ_ONCE(t->mm_cid_active) && t->mm == mm) { in sched_mm_cid_remote_clear()
11960 if (READ_ONCE(curr->mm_cid_active) && curr->mm == mm) { in sched_mm_cid_remote_clear_old()
12069 WRITE_ONCE(t->mm_cid_active, 0); in sched_mm_cid_exit_signals()
12093 WRITE_ONCE(t->mm_cid_active, 0); in sched_mm_cid_before_execve()
12117 WRITE_ONCE(t->mm_cid_active, 1); in sched_mm_cid_after_execve()
12131 t->mm_cid_active = 1; in sched_mm_cid_fork()
H A Dsched.h3520 if (prev->mm_cid_active) { in switch_mm_cid()
3525 if (next->mm_cid_active) in switch_mm_cid()
/openbmc/linux/include/linux/
H A Dsched.h1322 int mm_cid_active; /* Whether cid bitmap is active */ member
/openbmc/linux/kernel/
H A Dfork.c1197 tsk->mm_cid_active = 0; in dup_task_struct()