Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/locking/
Dlockdep.c2450 if (chain_key != hlock->prev_chain_key) { in check_chain_key()
2459 (unsigned long long)hlock->prev_chain_key); in check_chain_key()
3401 hlock->prev_chain_key = chain_key; in __lock_acquire()
3587 curr->curr_chain_key = hlock->prev_chain_key; in __lock_set_class()
3621 curr->curr_chain_key = hlock->prev_chain_key; in __lock_downgrade()
3697 curr->curr_chain_key = hlock->prev_chain_key; in __lock_release()
/Linux-v4.19/include/linux/
Dlockdep.h234 u64 prev_chain_key; member