Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/locking/
Dlockdep.c3905 if (chain_key != hlock->prev_chain_key) { in check_chain_key()
3914 (unsigned long long)hlock->prev_chain_key); in check_chain_key()
5119 hlock->prev_chain_key = chain_key; in __lock_acquire()
5336 curr->curr_chain_key = hlock->prev_chain_key; in __lock_set_class()
5375 curr->curr_chain_key = hlock->prev_chain_key; in __lock_downgrade()
5458 curr->curr_chain_key = hlock->prev_chain_key; in __lock_release()
/Linux-v6.6/include/linux/
Dlockdep.h104 u64 prev_chain_key; member