Searched refs:kern_thr_alloc (Results 1 – 3 of 3) sorted by relevance
244 error = kern_thr_alloc(p, 0, &newtd); in thread_create()634 kern_thr_alloc(struct proc *p, int pages, struct thread **ntd) in kern_thr_alloc() function
271 error = kern_thr_alloc(p, 0, &newtd); in linux_clone_thread()
376 int kern_thr_alloc(struct proc *, int pages, struct thread **);