Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A 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()
H A Dexit.c186 struct pid *thread_pid; in release_task() local
199 thread_pid = get_pid(p->thread_pid); in release_task()
223 proc_flush_pid(thread_pid); in release_task()
224 put_pid(thread_pid); in release_task()
H A Dfork.c1720 task->thread_pid = pid; in init_task_pid()
/OK3568_Linux_fs/kernel/init/
H A Dinit_task.c133 .thread_pid = &init_struct_pid,
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h891 struct pid *thread_pid; member
1409 return task->thread_pid; in task_pid()
1458 return p->thread_pid != NULL; in pid_alive()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dasm-offsets.c53 DEFINE(IA64_TASK_THREAD_PID_OFFSET,offsetof (struct task_struct, thread_pid)); in foo()