Searched refs:debug_alloc_pool (Results 1 – 1 of 1) sorted by relevance
710 static char *debug_alloc_pool = (char *)debug_alloc_pool_aligned; variable755 h = (struct debug_alloc_header *)(debug_alloc_pool + dah_first); in debug_kmalloc()772 h = (struct debug_alloc_header *)(debug_alloc_pool + h->next); in debug_kmalloc()782 h_offset = ((char *)best - debug_alloc_pool) + in debug_kmalloc()784 h = (struct debug_alloc_header *)(debug_alloc_pool + h_offset); in debug_kmalloc()810 if ((char *)p < debug_alloc_pool || in debug_kfree()811 (char *)p >= debug_alloc_pool + sizeof(debug_alloc_pool_aligned)) { in debug_kfree()824 h_offset = (char *)h - debug_alloc_pool; in debug_kfree()831 prev = (struct debug_alloc_header *)(debug_alloc_pool + in debug_kfree()837 (debug_alloc_pool + prev->next); in debug_kfree()[all …]