Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dpid.c327 &task->thread_pid : in task_pid_ptr()
373 struct pid *pid1 = left->thread_pid; in exchange_tids()
374 struct pid *pid2 = right->thread_pid; in exchange_tids()
382 rcu_assign_pointer(left->thread_pid, pid2); in exchange_tids()
383 rcu_assign_pointer(right->thread_pid, pid1); in exchange_tids()
395 new->thread_pid = old->thread_pid; in transfer_pid()
H A Dexit.c242 struct pid *thread_pid; in release_task() local
255 thread_pid = get_pid(p->thread_pid); in release_task()
279 proc_flush_pid(thread_pid); in release_task()
280 put_pid(thread_pid); in release_task()
H A Dfork.c1962 task->thread_pid = pid; in init_task_pid()
/openbmc/linux/init/
H A Dinit_task.c134 .thread_pid = &init_struct_pid,
/openbmc/linux/include/linux/
H A Dsched.h1003 struct pid *thread_pid; member
1558 return task->thread_pid; in task_pid()
1607 return p->thread_pid != NULL; in pid_alive()
/openbmc/linux/arch/ia64/kernel/
H A Dasm-offsets.c53 DEFINE(IA64_TASK_THREAD_PID_OFFSET,offsetof (struct task_struct, thread_pid)); in foo()
/openbmc/linux/kernel/trace/
H A Dtrace_osnoise.c1958 kill_pid(kthread->thread_pid, SIGKILL, 1); in stop_kthread()