Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dlockdep.c553 static struct hlist_head stack_trace_hash[STACK_TRACE_HASH_SIZE]; variable
592 hash_head = stack_trace_hash + (hash & (STACK_TRACE_HASH_SIZE - 1)); in save_trace()
610 for (i = 0; i < ARRAY_SIZE(stack_trace_hash); i++) { in lockdep_stack_trace_count()
611 hlist_for_each_entry(trace, &stack_trace_hash[i], hash_entry) { in lockdep_stack_trace_count()
625 for (i = 0; i < ARRAY_SIZE(stack_trace_hash); i++) in lockdep_stack_hash_count()
626 if (!hlist_empty(&stack_trace_hash[i])) in lockdep_stack_hash_count()
6663 (sizeof(stack_trace) + sizeof(stack_trace_hash)) / 1024 in lockdep_init()