debug_malloc_usedlist 97 kern/kern_malloc_debug.c TAILQ_HEAD(,debug_malloc_entry) debug_malloc_usedlist; debug_malloc_usedlist 138 kern/kern_malloc_debug.c TAILQ_INSERT_HEAD(&debug_malloc_usedlist, md, md_list); debug_malloc_usedlist 173 kern/kern_malloc_debug.c TAILQ_FOREACH(md, &debug_malloc_usedlist, md_list) debug_malloc_usedlist 193 kern/kern_malloc_debug.c TAILQ_REMOVE(&debug_malloc_usedlist, md, md_list); debug_malloc_usedlist 212 kern/kern_malloc_debug.c TAILQ_INIT(&debug_malloc_usedlist); debug_malloc_usedlist 295 kern/kern_malloc_debug.c TAILQ_FOREACH(md, &debug_malloc_usedlist, md_list) { debug_malloc_usedlist 317 kern/kern_malloc_debug.c TAILQ_FOREACH(md, &debug_malloc_usedlist, md_list) { debug_malloc_usedlist 341 kern/kern_malloc_debug.c TAILQ_FOREACH(md, &debug_malloc_usedlist, md_list)