Lines Matching refs:proc
53 find_other_mm(struct proc *p) in find_other_mm()
77 struct proc *proc; in linux_alloc_current() local
107 proc = td->td_proc; in linux_alloc_current()
109 PROC_LOCK(proc); in linux_alloc_current()
110 mm_other = find_other_mm(proc); in linux_alloc_current()
114 PROC_UNLOCK(proc); in linux_alloc_current()
124 PROC_LOCK(proc); in linux_alloc_current()
125 mm_other = find_other_mm(proc); in linux_alloc_current()
144 PROC_UNLOCK(proc); in linux_alloc_current()
195 struct proc *p; in linux_get_pid_task_int()
243 struct proc *p; in linux_task_exiting()
310 struct proc *p; in linux_current_uninit()