Home
last modified time | relevance | path

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

/kernel/
Dpid.c42 static struct hlist_head *pid_hash; variable
275 &pid_hash[pid_hashfn(upid->nr, upid->ns)]); in alloc_pid()
297 &pid_hash[pid_hashfn(nr, ns)], pid_chain) in find_pid_ns()
520 pid_hash = alloc_bootmem(pidhash_size * sizeof(*(pid_hash))); in pidhash_init()
521 if (!pid_hash) in pidhash_init()
524 INIT_HLIST_HEAD(&pid_hash[i]); in pidhash_init()