debug_malloc_pool  106 kern/kern_malloc_debug.c struct pool debug_malloc_pool;
debug_malloc_pool  219 kern/kern_malloc_debug.c 	pool_init(&debug_malloc_pool, sizeof(struct debug_malloc_entry),
debug_malloc_pool  239 kern/kern_malloc_debug.c 	md = pool_get(&debug_malloc_pool, wait ? PR_WAITOK : PR_NOWAIT);
debug_malloc_pool  246 kern/kern_malloc_debug.c 		pool_put(&debug_malloc_pool, md);
debug_malloc_pool  263 kern/kern_malloc_debug.c 			pool_put(&debug_malloc_pool, md);