Searched refs:kern_thr_alloc (Results 1 – 2 of 2) sorted by relevance
230 error = kern_thr_alloc(p, 0, &newtd); in thread_create()613 kern_thr_alloc(struct proc *p, int pages, struct thread **ntd) in kern_thr_alloc() function
321 int kern_thr_alloc(struct proc *, int pages, struct thread **);