Lines Matching defs:pginfo
147 struct pginfo {
148 struct pginfo *next; /* next on the free list */
178 #define MALLOC_NOT_MINE ((struct pginfo*) 0)
179 #define MALLOC_FREE ((struct pginfo*) 1)
180 #define MALLOC_FIRST ((struct pginfo*) 2)
181 #define MALLOC_FOLLOW ((struct pginfo*) 3)
182 #define MALLOC_MAGIC ((struct pginfo*) 4)
233 static struct pginfo **page_dir;
395 struct pginfo **new, **old;
658 struct pginfo *bp;
669 l = (long)offsetof(struct pginfo, bits[0]);
675 bp = (struct pginfo *)pp;
731 struct pginfo *bp;
818 struct pginfo **mp;
911 free_pages(void *ptr, size_t idx, struct pginfo *info)
1043 free_bytes(void *ptr, size_t idx, struct pginfo *info)
1046 struct pginfo **mp;
1107 struct pginfo *info;