Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/locking/
H A Dlockdep.c518 static struct hlist_head stack_trace_hash[STACK_TRACE_HASH_SIZE]; variable
555 hash_head = stack_trace_hash + (hash & (STACK_TRACE_HASH_SIZE - 1)); in save_trace()
573 for (i = 0; i < ARRAY_SIZE(stack_trace_hash); i++) { in lockdep_stack_trace_count()
574 hlist_for_each_entry(trace, &stack_trace_hash[i], hash_entry) { in lockdep_stack_trace_count()
588 for (i = 0; i < ARRAY_SIZE(stack_trace_hash); i++) in lockdep_stack_hash_count()
589 if (!hlist_empty(&stack_trace_hash[i])) in lockdep_stack_hash_count()
6292 (sizeof(stack_trace) + sizeof(stack_trace_hash)) / 1024 in lockdep_init()