proc               89 kern/include/proc.h void proc_destroy(struct proc *proc);
proc               92 kern/include/proc.h int proc_addthread(struct proc *proc, struct thread *t);
proc              143 kern/include/thread.h int thread_fork(const char *name, struct proc *proc,
proc              113 kern/proc/proc.c proc_destroy(struct proc *proc)
proc              282 kern/proc/proc.c proc_addthread(struct proc *proc, struct thread *t)
proc              479 kern/thread/thread.c 	    struct proc *proc,