Searched refs:curr_chain_key (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/tools/lib/lockdep/uinclude/linux/
H A Dlockdep.h19 u64 curr_chain_key; member in struct:task_struct
/linux-4.1.27/kernel/locking/
H A Dlockdep.c2164 * We are building curr_chain_key incrementally, so double-check
2201 if (chain_key != curr->curr_chain_key) { check_chain_key()
2210 (unsigned long long)curr->curr_chain_key); check_chain_key()
3185 chain_key = curr->curr_chain_key; __lock_acquire()
3208 curr->curr_chain_key = chain_key; __lock_acquire()
3357 curr->curr_chain_key = hlock->prev_chain_key; __lock_set_class()
3441 curr->curr_chain_key = hlock->prev_chain_key; lock_release_non_nested()
3493 curr->curr_chain_key = hlock->prev_chain_key; lock_release_nested()
3872 current->curr_chain_key = 0; lockdep_reset()
/linux-4.1.27/kernel/
H A Dfork.c1401 p->curr_chain_key = 0; copy_process()
/linux-4.1.27/include/linux/
H A Dsched.h1544 u64 curr_chain_key; member in struct:task_struct

Completed in 376 milliseconds