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

/linux-master/kernel/sched/
H A Dcore.c11698 if (READ_ONCE(src_task->mm_cid_active) && src_task->mm == mm) {
11734 * rq->curr->mm_cid_active matches the barrier in
11736 * sched_mm_cid_after_execve() between store to t->mm_cid_active and
11747 if (READ_ONCE(src_task->mm_cid_active) && src_task->mm == mm) {
11851 * rq->curr->mm_cid_active matches the barrier in
11853 * sched_mm_cid_after_execve() between store to t->mm_cid_active and
11864 if (READ_ONCE(t->mm_cid_active) && t->mm == mm)
11900 if (READ_ONCE(curr->mm_cid_active) && curr->mm == mm) {
12007 WRITE_ONCE(t->mm_cid_active, 0);
12009 * Store t->mm_cid_active befor
[all...]
H A Dsched.h3464 if (prev->mm_cid_active) {
3469 if (next->mm_cid_active)
/linux-master/include/linux/
H A Dsched.h1332 int mm_cid_active; /* Whether cid bitmap is active */ member in struct:task_struct
/linux-master/kernel/
H A Dfork.c1194 tsk->mm_cid_active = 0;

Completed in 164 milliseconds