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

/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmprofile.c71 static Pfobj_t** Pftable; /* hash table */ variable
93 if(!Pftable)
94 { if(!(Pftable = (Pfobj_t**)vmalloc(Vmheap,(PFTABLE+1)*sizeof(Pfobj_t*))) )
97 Pftable[n] = NIL(Pfobj_t*);
105 for(last = NIL(Pfobj_t*), pf = Pftable[n]; pf; last = pf, pf = pf->next)
120 for(fn = Pftable[n]; fn; fn = fn->next)
128 fn->next = Pftable[n];
129 Pftable[n] = fn;
136 for(pfvm = Pftable[PFTABLE]; pfvm; last = pfvm, pfvm = pfvm->next)
147 { pfvm->next = Pftable[PFTABL
[all...]

Completed in 58 milliseconds