Searched defs:pginfo (Results 1 – 1 of 1) sorted by relevance
147 struct pginfo { struct148 struct pginfo *next; /* next on the free list */ argument149 void *page; /* Pointer to the page */150 u_short size; /* size of this page's chunks */151 u_short shift; /* How far to shift for this size chunks */152 u_short free; /* How many free chunks */153 u_short total; /* How many chunk */154 u_int bits[1]; /* Which chunks are free */