Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/debug/kdb/
Dkdb_support.c709 static u64 debug_alloc_pool_aligned[256*1024/dah_align]; /* 256K pool */ variable
710 static char *debug_alloc_pool = (char *)debug_alloc_pool_aligned;
757 h->size = sizeof(debug_alloc_pool_aligned) - dah_overhead; in debug_kmalloc()
811 (char *)p >= debug_alloc_pool + sizeof(debug_alloc_pool_aligned)) { in debug_kfree()
881 (h_free->size == sizeof(debug_alloc_pool_aligned) - dah_overhead || in debug_kusage()
905 sizeof(debug_alloc_pool_aligned)) in debug_kusage()