Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dsched.h1011 int __user *set_child_tid; member
/Linux-v6.6/kernel/
Dfork.c2347 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? args->child_tid : NULL; in copy_process()
/Linux-v6.6/kernel/sched/
Dcore.c5314 if (current->set_child_tid) in schedule_tail()
5315 put_user(task_pid_vnr(current), current->set_child_tid); in schedule_tail()