Searched defs:pidhash (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpid.c71 #define HASHPID(pid) (pidhash[((pid)&(pid_hashsz-1))])
93 static struct pid **pidhash; variable in typeref:struct:pid
532 pidhash = kmem_zalloc(sizeof (struct pid *) * pid_hashsz, KM_SLEEP);
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c556 uintptr_t paddr, pidhash, procdir; local
559 if (mdb_readvar(&pidhash, "pidhash") == -1)
571 pidhash + (hash * sizeof (paddr))) == -1)

Completed in 48 milliseconds