Home
last modified time | relevance | path

Searched refs:lock_entry (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/include/linux/
Dlockdep_types.h102 struct list_head lock_entry; member
/Linux-v6.1/kernel/locking/
Dlockdep.c875 list_for_each_entry(class, &all_lock_classes, lock_entry) { in count_matching_names()
1073 if (in_list(&class->lock_entry, &pf->zapped)) in in_any_zapped_class_list()
1091 if (!in_list(&class->lock_entry, &all_lock_classes) && in __check_data_structures()
1092 !in_list(&class->lock_entry, &free_lock_classes) && in __check_data_structures()
1202 list_add_tail(&lock_classes[i].lock_entry, &free_lock_classes); in init_data_structures_once()
1319 lock_entry); in register_lock_class()
1350 list_move_tail(&class->lock_entry, &all_lock_classes); in register_lock_class()
6026 list_move_tail(&class->lock_entry, &pf->zapped); in zap_class()
6045 WARN_ON_ONCE(!class->lock_entry.next); in reinit_class()
6049 WARN_ON_ONCE(!class->lock_entry.next); in reinit_class()
[all …]