Searched refs:sched_fork_thread (Results 1 – 6 of 6) sorted by relevance
95 void sched_fork_thread(struct thread *td, struct thread *child);
323 sched_fork_thread(oldtd, newtd); in kthread_add1()
257 sched_fork_thread(td, newtd); in thread_create()
808 sched_fork_thread(td, childtd); in sched_fork()812 sched_fork_thread(struct thread *td, struct thread *childtd) in sched_fork_thread() function
2399 sched_fork_thread(td, child); in sched_fork()2414 sched_fork_thread(struct thread *td, struct thread *child) in sched_fork_thread() function
315 sched_fork_thread(td, newtd); in linux_clone_thread()