Searched refs:thread_pid (Results 1 – 6 of 6) sorted by relevance
333 &task->thread_pid : in task_pid_ptr()386 struct pid *pid1 = left->thread_pid; in exchange_tids()387 struct pid *pid2 = right->thread_pid; in exchange_tids()397 rcu_assign_pointer(left->thread_pid, pid2); in exchange_tids()398 rcu_assign_pointer(right->thread_pid, pid1); in exchange_tids()
248 struct pid *thread_pid; in release_task() local261 thread_pid = task_pid(p); in release_task()291 proc_flush_pid(thread_pid); in release_task()
1810 task->thread_pid = pid; in init_task_pid()
218 return task->thread_pid; in task_pid()267 return p->thread_pid != NULL; in pid_alive()
1096 struct pid *thread_pid; member
1947 kill_pid(kthread->thread_pid, SIGKILL, 1); in stop_kthread()