Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dlockdep.h229 u64 prev_chain_key; member
/linux-4.4.14/kernel/locking/
Dlockdep.c2176 if (chain_key != hlock->prev_chain_key) { in check_chain_key()
2185 (unsigned long long)hlock->prev_chain_key); in check_chain_key()
3196 hlock->prev_chain_key = chain_key; in __lock_acquire()
3338 curr->curr_chain_key = hlock->prev_chain_key; in __lock_set_class()
3428 curr->curr_chain_key = hlock->prev_chain_key; in __lock_release()