Lines Matching refs:Vmulong_t
49 { Vmulong_t hash; /* hash value */
52 Vmulong_t max; /* max busy space for region */
56 Vmulong_t nalloc; /* number of alloc calls */
57 Vmulong_t alloc; /* amount allocated */
58 Vmulong_t nfree; /* number of free calls */
59 Vmulong_t free; /* amount freed */
85 reg Vmulong_t h;
101 h = line + (((Vmulong_t)vm)>>4);
113 reg Vmulong_t hn;
221 reg Vmulong_t s;
232 { PFALLOC(pf) += (Vmulong_t)size;
241 PFALLOC(pf) += (Vmulong_t)size;
320 static char* pfsummary(char* buf, Vmulong_t na, Vmulong_t sa,
321 Vmulong_t nf, Vmulong_t sf, Vmulong_t max, Vmulong_t size)
325 Vmulong_t na;
326 Vmulong_t sa;
327 Vmulong_t nf;
328 Vmulong_t sf;
329 Vmulong_t max;
330 Vmulong_t size;
363 reg Vmulong_t nalloc, alloc, nfree, free;
416 alloc += (Vmulong_t)seg->extent;
526 PFFREE(pf) += (Vmulong_t)s;
529 PFFREE(pf) += (Vmulong_t)s;
586 { PFFREE(pf) += (Vmulong_t)s;
589 PFFREE(pf) += (Vmulong_t)s;
600 { PFALLOC(pf) -= (Vmulong_t)s;
603 PFALLOC(pf) -= (Vmulong_t)s;