Searched refs:pidhash (Results 1 – 2 of 2) sorted by relevance
71 #define HASHPID(pid) (pidhash[((pid)&(pid_hashsz-1))])93 static struct pid **pidhash; variable532 pidhash = kmem_zalloc(sizeof (struct pid *) * pid_hashsz, KM_SLEEP); in pid_init()
556 uintptr_t paddr, pidhash, procdir; in mdb_pid2proc() local559 if (mdb_readvar(&pidhash, "pidhash") == -1) in mdb_pid2proc()571 pidhash + (hash * sizeof (paddr))) == -1) in mdb_pid2proc()