Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dlockdep_types.h102 struct list_head lock_entry; member
/linux-6.3-rc2/kernel/locking/
A Dlockdep.c876 list_for_each_entry(class, &all_lock_classes, lock_entry) { in count_matching_names()
1074 if (in_list(&class->lock_entry, &pf->zapped)) in in_any_zapped_class_list()
1092 if (!in_list(&class->lock_entry, &all_lock_classes) && in __check_data_structures()
1093 !in_list(&class->lock_entry, &free_lock_classes) && in __check_data_structures()
1203 list_add_tail(&lock_classes[i].lock_entry, &free_lock_classes); in init_data_structures_once()
1320 lock_entry); in register_lock_class()
1351 list_move_tail(&class->lock_entry, &all_lock_classes); in register_lock_class()
6027 list_move_tail(&class->lock_entry, &pf->zapped); in zap_class()
6046 WARN_ON_ONCE(!class->lock_entry.next); in reinit_class()
6050 WARN_ON_ONCE(!class->lock_entry.next); in reinit_class()
[all …]

Completed in 19 milliseconds