Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dpid.c331 &task->thread_pid : in task_pid_ptr()
389 struct pid *pid1 = left->thread_pid; in exchange_tids()
390 struct pid *pid2 = right->thread_pid; in exchange_tids()
400 rcu_assign_pointer(left->thread_pid, pid2); in exchange_tids()
401 rcu_assign_pointer(right->thread_pid, pid1); in exchange_tids()
H A Dexit.c242 struct pid *thread_pid; in release_task() local
256 thread_pid = get_pid(p->thread_pid); in release_task()
285 proc_flush_pid(thread_pid); in release_task()
286 put_pid(thread_pid); in release_task()
H A Dfork.c2012 task->thread_pid = pid; in init_task_pid()
/linux-6.15/include/linux/
H A Dpid.h214 return task->thread_pid; in task_pid()
263 return p->thread_pid != NULL; in pid_alive()
H A Dsched.h1090 struct pid *thread_pid; member
/linux-6.15/init/
H A Dinit_task.c144 .thread_pid = &init_struct_pid,
/linux-6.15/kernel/trace/
H A Dtrace_osnoise.c1946 kill_pid(kthread->thread_pid, SIGKILL, 1); in stop_kthread()