Searched refs:set_child_tid (Results 1 – 4 of 4) sorted by relevance
74 return (__force void *)k->set_child_tid; in to_kthread()90 void *kthread = (__force void *)p->set_child_tid; in __to_kthread()109 p->set_child_tid = (__force void __user *)kthread; in set_kthread_struct()
2041 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? args->child_tid : NULL; in copy_process()
985 int __user *set_child_tid; member
4911 if (current->set_child_tid) in schedule_tail()4912 put_user(task_pid_vnr(current), current->set_child_tid); in schedule_tail()
Completed in 32 milliseconds