Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_current.c83 struct mm_struct *mm, *mm_other; in linux_alloc_current() local
114 mm_other = find_other_mm(proc); in linux_alloc_current()
117 if (mm_other == NULL) { in linux_alloc_current()
129 mm_other = find_other_mm(proc); in linux_alloc_current()
130 if (mm_other == NULL) { in linux_alloc_current()
140 ts->mm = mm_other; in linux_alloc_current()
143 ts->mm = mm_other; in linux_alloc_current()