Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/locking/
H A Dlockdep.c1002 u64 chain_key = INITIAL_CHAIN_KEY; in check_lock_chain_key() local
1006 chain_key = iterate_chain_key(chain_key, chain_hlocks[i]); in check_lock_chain_key()
1011 if (chain->chain_key != chain_key) { in check_lock_chain_key()
1014 (unsigned long long)chain->chain_key, in check_lock_chain_key()
1015 (unsigned long long)chain_key); in check_lock_chain_key()
1064 /* Check the chain_key of all lock chains. */ in __check_data_structures()
3417 * Returns the next chain_key iteration
3419 static u64 print_chain_key_iteration(u16 hlock_id, u64 chain_key) in print_chain_key_iteration() argument
3433 u64 chain_key = INITIAL_CHAIN_KEY; print_chain_keys_held_locks() local
3446 print_chain_key_iteration(hlock_id(hlock_next), chain_key); print_chain_keys_held_locks() local
3453 u64 chain_key = INITIAL_CHAIN_KEY; print_chain_keys_chain() local
3555 add_chain_cache(struct task_struct *curr, struct held_lock *hlock, u64 chain_key) add_chain_cache() argument
3617 lookup_chain_cache(u64 chain_key) lookup_chain_cache() argument
3637 lookup_chain_cache_add(struct task_struct *curr, struct held_lock *hlock, u64 chain_key) lookup_chain_cache_add() argument
3682 validate_chain(struct task_struct *curr, struct held_lock *hlock, int chain_head, u64 chain_key) validate_chain() argument
3743 validate_chain(struct task_struct *curr, struct held_lock *hlock, int chain_head, u64 chain_key) validate_chain() argument
3762 u64 chain_key = INITIAL_CHAIN_KEY; check_chain_key() local
4820 u64 chain_key; __lock_acquire() local
[all...]
/kernel/linux/linux-6.6/kernel/locking/
H A 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()
1104 /* Check the chain_key of all lock chains. */ in __check_data_structures()
3557 * Returns the next chain_key iteration
3559 static u64 print_chain_key_iteration(u16 hlock_id, u64 chain_key) in print_chain_key_iteration() argument
3573 u64 chain_key = INITIAL_CHAIN_KEY; print_chain_keys_held_locks() local
3586 print_chain_key_iteration(hlock_id(hlock_next), chain_key); print_chain_keys_held_locks() local
3593 u64 chain_key = INITIAL_CHAIN_KEY; print_chain_keys_chain() local
3695 add_chain_cache(struct task_struct *curr, struct held_lock *hlock, u64 chain_key) add_chain_cache() argument
3757 lookup_chain_cache(u64 chain_key) lookup_chain_cache() argument
3777 lookup_chain_cache_add(struct task_struct *curr, struct held_lock *hlock, u64 chain_key) lookup_chain_cache_add() argument
3822 validate_chain(struct task_struct *curr, struct held_lock *hlock, int chain_head, u64 chain_key) validate_chain() argument
3883 validate_chain(struct task_struct *curr, struct held_lock *hlock, int chain_head, u64 chain_key) validate_chain() argument
3902 u64 chain_key = INITIAL_CHAIN_KEY; check_chain_key() local
5000 u64 chain_key; __lock_acquire() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dcallchain.h85 enum chain_key { enum
110 enum chain_key key;
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcallchain.h85 enum chain_key { enum
110 enum chain_key key;
/kernel/linux/linux-5.10/include/linux/
H A Dlockdep.h77 * @chain_key: the hash key of this lock_chain
86 u64 chain_key; member
/kernel/linux/linux-6.6/include/linux/
H A Dlockdep.h73 * @chain_key: the hash key of this lock_chain
82 u64 chain_key; member

Completed in 18 milliseconds