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

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmprofile.c72 #define PFTABLE 1019 /* table size */ macro
92 /* make hash table; PFTABLE'th slot hold regions' records */
94 { if(!(Pftable = (Pfobj_t**)vmalloc(Vmheap,(PFTABLE+1)*sizeof(Pfobj_t*))) )
96 for(n = PFTABLE; n >= 0; --n)
104 n = (int)(h%PFTABLE);
119 n = (int)(hn%PFTABLE);
136 for(pfvm = Pftable[PFTABLE]; pfvm; last = pfvm, pfvm = pfvm->next)
147 { pfvm->next = Pftable[PFTABLE];
148 Pftable[PFTABLE] = pfvm;
159 n = (int)(h%PFTABLE);
[all...]

Completed in 58 milliseconds