debug_malloc_freelist   96 kern/kern_malloc_debug.c TAILQ_HEAD(,debug_malloc_entry) debug_malloc_freelist;
debug_malloc_freelist  130 kern/kern_malloc_debug.c 	md = TAILQ_FIRST(&debug_malloc_freelist);
debug_malloc_freelist  135 kern/kern_malloc_debug.c 	TAILQ_REMOVE(&debug_malloc_freelist, md, md_list);
debug_malloc_freelist  185 kern/kern_malloc_debug.c 		TAILQ_FOREACH(md, &debug_malloc_freelist, md_list)
debug_malloc_freelist  195 kern/kern_malloc_debug.c 	TAILQ_INSERT_TAIL(&debug_malloc_freelist, md, md_list);
debug_malloc_freelist  211 kern/kern_malloc_debug.c 	TAILQ_INIT(&debug_malloc_freelist);
debug_malloc_freelist  273 kern/kern_malloc_debug.c 	TAILQ_INSERT_HEAD(&debug_malloc_freelist, md, md_list);
debug_malloc_freelist  290 kern/kern_malloc_debug.c 	TAILQ_FOREACH(md, &debug_malloc_freelist, md_list) {
debug_malloc_freelist  308 kern/kern_malloc_debug.c 		TAILQ_FOREACH(md, &debug_malloc_freelist, md_list) {
debug_malloc_freelist  337 kern/kern_malloc_debug.c 	TAILQ_FOREACH(md, &debug_malloc_freelist, md_list)