Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dsched.h3456 static inline int mm_cid_get(struct rq *rq, struct mm_struct *mm) in mm_cid_get() function
3526 next->last_mm_cid = next->mm_cid = mm_cid_get(rq, next->mm); in switch_mm_cid()
H A Dcore.c12125 t->last_mm_cid = t->mm_cid = mm_cid_get(rq, mm); in sched_mm_cid_after_execve()