Home
last modified time | relevance | path

Searched refs:set_child_tid (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/linux/
Dsched.h994 int __user *set_child_tid; member
/linux-5.19.10/kernel/
Dfork.c2087 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? args->child_tid : NULL; in copy_process()
/linux-5.19.10/kernel/sched/
Dcore.c5095 if (current->set_child_tid) in schedule_tail()
5096 put_user(task_pid_vnr(current), current->set_child_tid); in schedule_tail()