Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/locking/
Dlockdep.c1042 u64 chain_key = INITIAL_CHAIN_KEY; in check_lock_chain_key() local
1046 chain_key = iterate_chain_key(chain_key, chain_hlocks[i]); in check_lock_chain_key()
1051 if (chain->chain_key != chain_key) { in check_lock_chain_key()
1054 (unsigned long long)chain->chain_key, in check_lock_chain_key()
1055 (unsigned long long)chain_key); in check_lock_chain_key()
3559 static u64 print_chain_key_iteration(u16 hlock_id, u64 chain_key) in print_chain_key_iteration() argument
3561 u64 new_chain_key = iterate_chain_key(chain_key, hlock_id); in print_chain_key_iteration()
3573 u64 chain_key = INITIAL_CHAIN_KEY; in print_chain_keys_held_locks() local
3581 chain_key = print_chain_key_iteration(hlock_id(hlock), chain_key); in print_chain_keys_held_locks()
3586 print_chain_key_iteration(hlock_id(hlock_next), chain_key); in print_chain_keys_held_locks()
[all …]
/linux-6.6.21/tools/perf/util/
Dcallchain.h85 enum chain_key { enum
110 enum chain_key key;
/linux-6.6.21/include/linux/
Dlockdep.h82 u64 chain_key; member