Lines Matching defs:di_mem
106 struct di_mem {
107 struct di_mem *next; /* link to next chunk */
248 struct di_mem *memlist; /* head of memlist */
598 struct di_mem *dcp;
868 struct di_mem *mem = kmem_zalloc(sizeof (struct di_mem), KM_SLEEP);
893 struct di_mem *dcp = st->memlist;
910 struct di_mem *dcp;
944 struct di_mem *dcp, *tmp;
954 kmem_free(tmp, sizeof (struct di_mem));
1154 struct di_mem *dcp = st->memlist;