Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/locking/
Dlockdep.c549 static struct hlist_head stack_trace_hash[STACK_TRACE_HASH_SIZE]; variable
586 hash_head = stack_trace_hash + (hash & (STACK_TRACE_HASH_SIZE - 1)); in save_trace()
604 for (i = 0; i < ARRAY_SIZE(stack_trace_hash); i++) { in lockdep_stack_trace_count()
605 hlist_for_each_entry(trace, &stack_trace_hash[i], hash_entry) { in lockdep_stack_trace_count()
619 for (i = 0; i < ARRAY_SIZE(stack_trace_hash); i++) in lockdep_stack_hash_count()
620 if (!hlist_empty(&stack_trace_hash[i])) in lockdep_stack_hash_count()
6396 (sizeof(stack_trace) + sizeof(stack_trace_hash)) / 1024 in lockdep_init()