Searched refs:set_child_tid (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/arch/openrisc/kernel/
H A Dprocess.c155 p->set_child_tid = p->clear_child_tid = NULL; copy_thread()
/linux-4.1.27/arch/mips/kernel/
H A Dprocess.c119 p->set_child_tid = p->clear_child_tid = NULL; copy_thread()
/linux-4.1.27/kernel/
H A Dfork.c1462 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? child_tidptr : NULL; copy_process()
/linux-4.1.27/include/linux/
H A Dsched.h1429 int __user *set_child_tid; /* CLONE_CHILD_SETTID */ member in struct:task_struct
/linux-4.1.27/kernel/sched/
H A Dcore.c2292 if (current->set_child_tid)
2293 put_user(task_pid_vnr(current), current->set_child_tid);

Completed in 291 milliseconds