Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/locking/
Dlockdep.c408 #define classhashentry(key) (classhash_table + __classhashfn((key)))
410 static struct hlist_head classhash_table[CLASSHASH_SIZE]; variable
6267 head = classhash_table + i; in __lockdep_free_key_range()
6348 head = classhash_table + i; in lock_class_cache_is_registered()
6494 sizeof(classhash_table) + in lockdep_init()