Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpid.h103 extern void detach_pid(struct task_struct *task, enum pid_type);
/OK3568_Linux_fs/kernel/kernel/
H A Dexit.c76 detach_pid(p, PIDTYPE_PID); in __unhash_process()
78 detach_pid(p, PIDTYPE_TGID); in __unhash_process()
79 detach_pid(p, PIDTYPE_PGID); in __unhash_process()
80 detach_pid(p, PIDTYPE_SID); in __unhash_process()
H A Dpid.c356 void detach_pid(struct task_struct *task, enum pid_type type) in detach_pid() function