Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/locking/
Dlockdep.c552 static struct hlist_head stack_trace_hash[STACK_TRACE_HASH_SIZE]; variable
591 hash_head = stack_trace_hash + (hash & (STACK_TRACE_HASH_SIZE - 1)); in save_trace()
609 for (i = 0; i < ARRAY_SIZE(stack_trace_hash); i++) { in lockdep_stack_trace_count()
610 hlist_for_each_entry(trace, &stack_trace_hash[i], hash_entry) { in lockdep_stack_trace_count()
624 for (i = 0; i < ARRAY_SIZE(stack_trace_hash); i++) in lockdep_stack_hash_count()
625 if (!hlist_empty(&stack_trace_hash[i])) in lockdep_stack_hash_count()
6637 (sizeof(stack_trace) + sizeof(stack_trace_hash)) / 1024 in lockdep_init()