Home
last modified time | relevance | path

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

/linux-4.1.27/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()
3195 hlock->prev_chain_key = chain_key; in __lock_acquire()
3357 curr->curr_chain_key = hlock->prev_chain_key; in __lock_set_class()
3441 curr->curr_chain_key = hlock->prev_chain_key; in lock_release_non_nested()
3490 if (DEBUG_LOCKS_WARN_ON(!depth && (hlock->prev_chain_key != 0))) in lock_release_nested()
3493 curr->curr_chain_key = hlock->prev_chain_key; in lock_release_nested()
3498 hlock->prev_chain_key = 0; in lock_release_nested()
/linux-4.1.27/include/linux/
Dlockdep.h229 u64 prev_chain_key; member