Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/locking/
Dlockdep.c410 #define classhashentry(key) (classhash_table + __classhashfn((key)))
412 static struct hlist_head classhash_table[CLASSHASH_SIZE]; variable
6385 head = classhash_table + i; in __lockdep_free_key_range()
6468 head = classhash_table + i; in lock_class_cache_is_registered()
6621 sizeof(classhash_table) + in lockdep_init()