Searched refs:MAX_LOCKDEP_KEYS_BITS (Results 1 – 2 of 2) sorted by relevance
206 #define MAX_LOCKDEP_KEYS_BITS 13 macro212 #define MAX_LOCKDEP_KEYS ((1UL << MAX_LOCKDEP_KEYS_BITS) - 1)237 unsigned int class_idx:MAX_LOCKDEP_KEYS_BITS;
290 #define CLASSHASH_BITS (MAX_LOCKDEP_KEYS_BITS - 1)315 (((key1) << MAX_LOCKDEP_KEYS_BITS) ^ \316 ((key1) >> (64-MAX_LOCKDEP_KEYS_BITS)) ^ \