Home
last modified time | relevance | path

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

/kernel/
Dpid.c324 &task->thread_pid : in task_pid_ptr()
370 struct pid *pid1 = left->thread_pid; in exchange_tids()
371 struct pid *pid2 = right->thread_pid; in exchange_tids()
379 rcu_assign_pointer(left->thread_pid, pid2); in exchange_tids()
380 rcu_assign_pointer(right->thread_pid, pid1); in exchange_tids()
392 new->thread_pid = old->thread_pid; in transfer_pid()
Dexit.c243 struct pid *thread_pid; in release_task() local
256 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()
Dfork.c1910 task->thread_pid = pid; in init_task_pid()