Searched refs:set_child_tid (Results 1 – 4 of 4) sorted by relevance
70 current->set_child_tid = (__force void __user *)kthread; in set_kthread_struct()76 return (__force void *)k->set_child_tid; in to_kthread()
1861 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? args->child_tid : NULL; in copy_process()
832 int __user *set_child_tid; member
3323 if (current->set_child_tid) in schedule_tail()3324 put_user(task_pid_vnr(current), current->set_child_tid); in schedule_tail()