Searched refs:sched_fork_thread (Results 1 – 6 of 6) sorted by relevance
104 void sched_fork_thread(struct thread *td, struct thread *child);
321 sched_fork_thread(oldtd, newtd); in kthread_add1()
271 sched_fork_thread(td, newtd); in thread_create()
817 sched_fork_thread(td, childtd); in sched_fork()821 sched_fork_thread(struct thread *td, struct thread *childtd) in sched_fork_thread() function
2554 sched_fork_thread(td, child); in sched_fork()2569 sched_fork_thread(struct thread *td, struct thread *child) in sched_fork_thread() function
313 sched_fork_thread(td, newtd); in linux_clone_thread()