Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/locking/
Dlockdep_internals.h100 #define STACK_TRACE_HASH_SIZE 8192 macro
111 #define STACK_TRACE_HASH_SIZE (1 << CONFIG_LOCKDEP_STACK_TRACE_HASH_BITS) macro
Dlockdep.c550 static struct hlist_head stack_trace_hash[STACK_TRACE_HASH_SIZE];
566 BUILD_BUG_ON_NOT_POWER_OF_2(STACK_TRACE_HASH_SIZE); in save_trace()
589 hash_head = stack_trace_hash + (hash & (STACK_TRACE_HASH_SIZE - 1)); in save_trace()
/linux-6.12.1/lib/
DKconfig.debug1549 int "Bitsize for STACK_TRACE_HASH_SIZE"
1554 Try increasing this value if you need large STACK_TRACE_HASH_SIZE.