Home
last modified time | relevance | path

Searched refs:debug_alloc_pool_aligned (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/kernel/debug/kdb/
Dkdb_support.c708 static u64 debug_alloc_pool_aligned[256*1024/dah_align]; /* 256K pool */ variable
709 static char *debug_alloc_pool = (char *)debug_alloc_pool_aligned;
756 h->size = sizeof(debug_alloc_pool_aligned) - dah_overhead; in debug_kmalloc()
810 (char *)p >= debug_alloc_pool + sizeof(debug_alloc_pool_aligned)) { in debug_kfree()
880 (h_free->size == sizeof(debug_alloc_pool_aligned) - dah_overhead || in debug_kusage()
904 sizeof(debug_alloc_pool_aligned)) in debug_kusage()