Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drseq_types.h137 #define MM_CID_ONCPU BIT(30) macro
H A Dsched.h2369 return t->mm_cid.cid & ~(MM_CID_ONCPU | MM_CID_TRANSIT);
/linux/kernel/sched/
H A Dsched.h3860 return cid & MM_CID_ONCPU; in mm_drop_cid_on_cpu()
3870 return cid & ~MM_CID_ONCPU; in __mm_get_cid()
3875 return cid | MM_CID_ONCPU; in mm_get_cid()
3890 /* True if none of the MM_CID_ONCPU, MM_CID_TRANSIT, MM_CID_UNSET bits is set */ in mm_cid_converge()
3953 return new_cid | (orig_cid & MM_CID_ONCPU); in mm_cid_from_task()
H A Dcore.c10664 * MM_CID_ONCPU bit set.
10680 * MM_CID_ONCPU: Per CPU ownership
10681 * MM_CID_ONCPU | MM_CID_TRANSIT: Transition from per task to per CPU
10822 WRITE_ONCE(mc->mode, mc->mode ^ (MM_CID_TRANSIT | MM_CID_ONCPU)); in mm_update_cpus_allowed()
10925 * (MM_CID_ONCPU) CID is handled by the cid_on_cpu() in mm_cid_fixup_tasks_to_cpus()
10972 mm_cid_complete_transit(mm, MM_CID_ONCPU); in sched_mm_cid_fork()