set_child_tid     832 include/linux/sched.h 	int __user			*set_child_tid;
set_child_tid    1857 kernel/fork.c  	p->set_child_tid = (clone_flags & CLONE_CHILD_SETTID) ? args->child_tid : NULL;
set_child_tid      70 kernel/kthread.c 	current->set_child_tid = (__force void __user *)kthread;
set_child_tid      76 kernel/kthread.c 	return (__force void *)k->set_child_tid;
set_child_tid    3319 kernel/sched/core.c 	if (current->set_child_tid)
set_child_tid    3320 kernel/sched/core.c 		put_user(task_pid_vnr(current), current->set_child_tid);