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

/linux-master/kernel/locking/
H A Dlockdep.c426 static inline u16 hlock_id(struct held_lock *hlock) function
433 static inline unsigned int chain_hlock_class_idx(u16 hlock_id) argument
435 return hlock_id & (MAX_LOCKDEP_KEYS - 1);
3559 static u64 print_chain_key_iteration(u16 hlock_id, u64 chain_key) argument
3561 u64 new_chain_key = iterate_chain_key(chain_key, hlock_id);
3563 printk(" hlock_id:%d -> chain_key:%016Lx",
3564 (unsigned int)hlock_id,
3581 chain_key = print_chain_key_iteration(hlock_id(hlock), chain_key);
3586 print_chain_key_iteration(hlock_id(hlock_next), chain_key);
3594 u16 hlock_id; local
[all...]

Completed in 92 milliseconds