Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/locking/
Dlockdep.c1004 u64 chain_key = INITIAL_CHAIN_KEY; in check_lock_chain_key() local
1008 chain_key = iterate_chain_key(chain_key, chain_hlocks[i]); in check_lock_chain_key()
1013 if (chain->chain_key != chain_key) { in check_lock_chain_key()
1016 (unsigned long long)chain->chain_key, in check_lock_chain_key()
1017 (unsigned long long)chain_key); in check_lock_chain_key()
3416 static u64 print_chain_key_iteration(u16 hlock_id, u64 chain_key) in print_chain_key_iteration() argument
3418 u64 new_chain_key = iterate_chain_key(chain_key, hlock_id); in print_chain_key_iteration()
3430 u64 chain_key = INITIAL_CHAIN_KEY; in print_chain_keys_held_locks() local
3438 chain_key = print_chain_key_iteration(hlock_id(hlock), chain_key); in print_chain_keys_held_locks()
3443 print_chain_key_iteration(hlock_id(hlock_next), chain_key); in print_chain_keys_held_locks()
[all …]
/kernel/linux/linux-5.10/tools/perf/util/
Dcallchain.h85 enum chain_key { enum
110 enum chain_key key;
/kernel/linux/linux-5.10/include/linux/
Dlockdep.h86 u64 chain_key; member