Home
last modified time | relevance | path

Searched refs:thread_pid (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/
H A Dpid.c385 &task->thread_pid : in task_pid_ptr()
438 struct pid *pid1 = left->thread_pid; in exchange_tids()
439 struct pid *pid2 = right->thread_pid; in exchange_tids()
449 rcu_assign_pointer(left->thread_pid, pid2); in exchange_tids()
450 rcu_assign_pointer(right->thread_pid, pid1); in exchange_tids()
H A Dexit.c252 struct pid *thread_pid; in release_task() local
265 thread_pid = task_pid(p); in release_task()
295 proc_flush_pid(thread_pid); in release_task()
H A Dfork.c1863 task->thread_pid = pid; in init_task_pid()
/linux/init/
H A Dinit_task.c186 .thread_pid = &init_struct_pid,
/linux/include/linux/
H A Dsched.h1116 struct pid *thread_pid; member
/linux/kernel/trace/
H A Dtrace_osnoise.c1994 kill_pid(kthread->thread_pid, SIGKILL, 1); in stop_kthread()