Searched refs:sched_fork_thread (Results 1 – 5 of 5) sorted by relevance
96 void sched_fork_thread(struct thread *td, struct thread *child);
311 sched_fork_thread(oldtd, newtd); in kthread_add()
257 sched_fork_thread(td, newtd); in thread_create()
784 sched_fork_thread(td, childtd); in sched_fork()788 sched_fork_thread(struct thread *td, struct thread *childtd) in sched_fork_thread() function
2247 sched_fork_thread(td, child); in sched_fork()2262 sched_fork_thread(struct thread *td, struct thread *child) in sched_fork_thread() function