Searched refs:set_child_tid (Results 1 – 3 of 3) sorted by relevance
994 int __user *set_child_tid; member
2087 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? args->child_tid : NULL; in copy_process()
5095 if (current->set_child_tid) in schedule_tail()5096 put_user(task_pid_vnr(current), current->set_child_tid); in schedule_tail()