Searched refs:set_child_tid (Results 1 – 4 of 4) sorted by relevance
67 current->set_child_tid = (__force void __user *)kthread; in set_kthread_struct()73 return (__force void *)k->set_child_tid; in to_kthread()
1717 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? child_tidptr : NULL; in copy_process()
790 int __user *set_child_tid; member
2775 if (current->set_child_tid) in schedule_tail()2776 put_user(task_pid_vnr(current), current->set_child_tid); in schedule_tail()