Lines Matching defs:memlist
66 struct memlist {
68 TAILQ_ENTRY(memlist) entry;
71 static TAILQ_HEAD(, memlist) memlisthead;
93 static struct memlist *
96 return kmem_zalloc(sizeof(struct memlist), KM_SLEEP);
100 mem_free(struct memlist *m)
102 kmem_free(m, sizeof(struct memlist));
105 static struct memlist *
108 struct memlist *tmp;
155 struct memlist *mementry;
284 struct memlist *mem, *miter;
337 struct memlist *miter;