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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dlockdep.c283 #define __classhashfn(key) hash_long((unsigned long)key, CLASSHASH_BITS) macro
284 #define classhashentry(key) (classhash_table + __classhashfn((key)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dlockdep.c283 #define __classhashfn(key) hash_long((unsigned long)key, CLASSHASH_BITS) macro
284 #define classhashentry(key) (classhash_table + __classhashfn((key)))

Completed in 148 milliseconds