Searched refs:chain_key (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/locking/
H A Dlockdep.c1042 u64 chain_key = INITIAL_CHAIN_KEY; local
1046 chain_key = iterate_chain_key(chain_key, chain_hlocks[i]);
1051 if (chain->chain_key != chain_key) {
1054 (unsigned long long)chain->chain_key,
1055 (unsigned long long)chain_key);
1104 /* Check the chain_key of all lock chains. */
3557 * Returns the next chain_key iteration
3559 static u64 print_chain_key_iteration(u16 hlock_id, u64 chain_key) argument
3573 u64 chain_key = INITIAL_CHAIN_KEY; local
3586 print_chain_key_iteration(hlock_id(hlock_next), chain_key); local
3593 u64 chain_key = INITIAL_CHAIN_KEY; local
3695 add_chain_cache(struct task_struct *curr, struct held_lock *hlock, u64 chain_key) argument
3757 lookup_chain_cache(u64 chain_key) argument
3777 lookup_chain_cache_add(struct task_struct *curr, struct held_lock *hlock, u64 chain_key) argument
3822 validate_chain(struct task_struct *curr, struct held_lock *hlock, int chain_head, u64 chain_key) argument
3883 validate_chain(struct task_struct *curr, struct held_lock *hlock, int chain_head, u64 chain_key) argument
3902 u64 chain_key = INITIAL_CHAIN_KEY; local
5000 u64 chain_key; local
[all...]
/linux-master/tools/perf/util/
H A Dcallchain.h85 enum chain_key { enum
110 enum chain_key key;
/linux-master/include/linux/
H A Dlockdep.h73 * @chain_key: the hash key of this lock_chain
82 u64 chain_key; member in struct:lock_chain

Completed in 137 milliseconds