Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Dsched.h3453 static inline int mm_cid_get(struct rq *rq, struct mm_struct *mm) in mm_cid_get() function
3517 next->last_mm_cid = next->mm_cid = mm_cid_get(rq, next->mm); in switch_mm_cid()
Dcore.c12096 t->last_mm_cid = t->mm_cid = mm_cid_get(rq, mm); in sched_mm_cid_after_execve()