Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dsched.h1005 int __user *set_child_tid; member
/linux-6.3-rc2/kernel/
A Dfork.c2115 p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? args->child_tid : NULL; in copy_process()
/linux-6.3-rc2/kernel/sched/
A Dcore.c5242 if (current->set_child_tid) in schedule_tail()
5243 put_user(task_pid_vnr(current), current->set_child_tid); in schedule_tail()

Completed in 30 milliseconds