Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmprofile.c72 #define PFTABLE 1019 /* table size */ macro
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);
192 for(n = PFTABLE; n >= 0; --n)
[all …]