Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/locking/
Dlockdep.c3006 if (chain_key != hlock->prev_chain_key) { in check_chain_key()
3015 (unsigned long long)hlock->prev_chain_key); in check_chain_key()
3938 hlock->prev_chain_key = chain_key; in __lock_acquire()
4148 curr->curr_chain_key = hlock->prev_chain_key; in __lock_set_class()
4187 curr->curr_chain_key = hlock->prev_chain_key; in __lock_downgrade()
4272 curr->curr_chain_key = hlock->prev_chain_key; in __lock_release()
/Linux-v5.4/include/linux/
Dlockdep.h241 u64 prev_chain_key; member