Lines Matching refs:proc
85 struct proc **newpp, int flags, int pages, const char *fmt, ...) in kproc_create()
91 struct proc *p2; in kproc_create()
160 struct proc *p; in kproc_exit()
189 kproc_suspend(struct proc *p, int timo) in kproc_suspend()
206 kproc_resume(struct proc *p) in kproc_resume()
224 kproc_suspend_check(struct proc *p) in kproc_suspend_check()
264 kthread_add(void (*func)(void *), void *arg, struct proc *p, in kthread_add()
337 struct proc *p; in kthread_exit()
377 struct proc *p; in kthread_suspend()
408 struct proc *p; in kthread_resume()
436 struct proc *p; in kthread_suspend_check()
463 struct proc **procptr, struct thread **tdptr, in kproc_kthread_add()