Searched refs:debug_alloc_pool (Results 1 – 1 of 1) sorted by relevance
709 static char *debug_alloc_pool = (char *)debug_alloc_pool_aligned; variable754 h = (struct debug_alloc_header *)(debug_alloc_pool + dah_first); in debug_kmalloc()771 h = (struct debug_alloc_header *)(debug_alloc_pool + h->next); in debug_kmalloc()781 h_offset = ((char *)best - debug_alloc_pool) + in debug_kmalloc()783 h = (struct debug_alloc_header *)(debug_alloc_pool + h_offset); in debug_kmalloc()809 if ((char *)p < debug_alloc_pool || in debug_kfree()810 (char *)p >= debug_alloc_pool + sizeof(debug_alloc_pool_aligned)) { in debug_kfree()823 h_offset = (char *)h - debug_alloc_pool; in debug_kfree()830 prev = (struct debug_alloc_header *)(debug_alloc_pool + in debug_kfree()836 (debug_alloc_pool + prev->next); in debug_kfree()[all …]