Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/locking/
Dlockdep.c471 static struct hlist_head stack_trace_hash[STACK_TRACE_HASH_SIZE]; variable
509 hash_head = stack_trace_hash + (hash & (STACK_TRACE_HASH_SIZE - 1)); in save_trace()
527 for (i = 0; i < ARRAY_SIZE(stack_trace_hash); i++) { in lockdep_stack_trace_count()
528 hlist_for_each_entry(trace, &stack_trace_hash[i], hash_entry) { in lockdep_stack_trace_count()
542 for (i = 0; i < ARRAY_SIZE(stack_trace_hash); i++) in lockdep_stack_hash_count()
543 if (!hlist_empty(&stack_trace_hash[i])) in lockdep_stack_hash_count()
5237 (sizeof(stack_trace) + sizeof(stack_trace_hash)) / 1024 in lockdep_init()