HomeSort by: relevance | last modified time | path
    Searched defs:proc_free (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
kern_exit.c 125 static void proc_free(struct proc *, struct wrusage *);
688 /* proc_free() will release the proc_lock. */
692 proc_free(child, wru);
1159 proc_free(struct proc *p, struct wrusage *wru) function in typeref:typename:void
kern_exit.c 125 static void proc_free(struct proc *, struct wrusage *);
688 /* proc_free() will release the proc_lock. */
692 proc_free(child, wru);
1159 proc_free(struct proc *p, struct wrusage *wru) function in typeref:typename:void
kern_exit.c 125 static void proc_free(struct proc *, struct wrusage *);
688 /* proc_free() will release the proc_lock. */
692 proc_free(child, wru);
1159 proc_free(struct proc *p, struct wrusage *wru) function in typeref:typename:void

Completed in 33 milliseconds