Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dpid.c269 hlist_del_rcu(&upid->pid_chain); in free_pid()
339 hlist_add_head_rcu(&upid->pid_chain, in alloc_pid()
371 &pid_hash[pid_hashfn(nr, ns)], pid_chain) in find_pid_ns()
/linux-4.1.27/include/linux/
Dpid.h54 struct hlist_node pid_chain; member
Dinit_task.h84 .pid_chain = { .next = NULL, .pprev = NULL }, \