Searched refs:thread_link (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/sys/compat/linux/
H A Dlinux_fork.c319 thread_link(newtd, p->p_pptr);
321 thread_link(newtd, p);
/freebsd-10.3-release/sys/kern/
H A Dkern_kthread.c297 thread_link(newtd, p);
H A Dkern_thread.c265 thread_link(td, p);
536 thread_link(struct thread *td, struct proc *p) function
H A Dkern_thr.c247 thread_link(newtd, p);
/freebsd-10.3-release/sys/sys/
H A Dproc.h974 void thread_link(struct thread *td, struct proc *p);

Completed in 203 milliseconds