Searched refs:MM_CID_ONCPU (Results 1 – 4 of 4) sorted by relevance
137 #define MM_CID_ONCPU BIT(30) macro
2369 return t->mm_cid.cid & ~(MM_CID_ONCPU | MM_CID_TRANSIT);
3860 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()
10664 * MM_CID_ONCPU bit set.10680 * MM_CID_ONCPU: Per CPU ownership10681 * MM_CID_ONCPU | MM_CID_TRANSIT: Transition from per task to per CPU10822 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()