Searched refs:__classhashfn (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/locking/
H A Dlockdep.c407 #define __classhashfn(key) hash_long((unsigned long)key, CLASSHASH_BITS) macro
408 #define classhashentry(key) (classhash_table + __classhashfn((key)))

Completed in 121 milliseconds