Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dsched.h1097 int __user *set_child_tid; member
/linux-6.15/kernel/
H A Dfork.c2280 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? args->child_tid : NULL; in copy_process()
/linux-6.15/kernel/sched/
H A Dcore.c5316 if (current->set_child_tid) in schedule_tail()
5317 put_user(task_pid_vnr(current), current->set_child_tid); in schedule_tail()