Searched refs:thread_pid (Results 1 – 7 of 7) sorted by relevance
333 &task->thread_pid : in task_pid_ptr()384 struct pid *pid1 = left->thread_pid; in exchange_tids()385 struct pid *pid2 = right->thread_pid; in exchange_tids()393 rcu_assign_pointer(left->thread_pid, pid2); in exchange_tids()394 rcu_assign_pointer(right->thread_pid, pid1); in exchange_tids()
244 struct pid *thread_pid; in release_task() local257 thread_pid = get_pid(p->thread_pid); in release_task()280 proc_flush_pid(thread_pid); in release_task()281 put_pid(thread_pid); in release_task()
1949 task->thread_pid = pid; in init_task_pid()
214 return task->thread_pid; in task_pid()263 return p->thread_pid != NULL; in pid_alive()
1054 struct pid *thread_pid; member
143 .thread_pid = &init_struct_pid,
1967 kill_pid(kthread->thread_pid, SIGKILL, 1); in stop_kthread()