Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/locking/
Dlockdep.c3826 if (chain_key != hlock->prev_chain_key) { in check_chain_key()
3835 (unsigned long long)hlock->prev_chain_key); in check_chain_key()
4998 hlock->prev_chain_key = chain_key; in __lock_acquire()
5210 curr->curr_chain_key = hlock->prev_chain_key; in __lock_set_class()
5249 curr->curr_chain_key = hlock->prev_chain_key; in __lock_downgrade()
5332 curr->curr_chain_key = hlock->prev_chain_key; in __lock_release()
/Linux-v5.15/include/linux/
Dlockdep.h108 u64 prev_chain_key; member