Lines Matching refs:proc
57 find_other_mm(struct proc *p) in find_other_mm()
81 struct proc *proc; in linux_alloc_current() local
111 proc = td->td_proc; in linux_alloc_current()
113 PROC_LOCK(proc); in linux_alloc_current()
114 mm_other = find_other_mm(proc); in linux_alloc_current()
118 PROC_UNLOCK(proc); in linux_alloc_current()
128 PROC_LOCK(proc); in linux_alloc_current()
129 mm_other = find_other_mm(proc); in linux_alloc_current()
148 PROC_UNLOCK(proc); in linux_alloc_current()
199 struct proc *p; in linux_get_pid_task_int()
247 struct proc *p; in linux_task_exiting()
314 struct proc *p; in linux_current_uninit()