Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dsched.h3907 static __always_inline unsigned int cpu_cid_to_cid(unsigned int cid) in cpu_cid_to_cid() function
3951 pcp->cid = cpu_cid_to_cid(pcp->cid); in mm_drop_cid_on_cpu()
3981 unsigned int new_cid, cid = cpu_cid_to_cid(orig_cid); in mm_cid_converge()
4019 if (likely(cpu_cid_to_cid(cpu_cid) < max_cids)) { in mm_cid_from_cpu()
4039 cpu_cid = cpu_cid_to_cid(cpu_cid) | MM_CID_TRANSIT; in mm_cid_from_cpu()
4066 tcid = cpu_cid_to_cid(cpu_cid); in mm_cid_from_task()
H A Dcore.c10944 unsigned int cid = cpu_cid_to_cid(t->mm_cid.cid); in mm_cid_transit_to_task()