Home
last modified time | relevance | path

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

/linux/include/linux/
A Dlockdep_types.h109 struct list_head lock_entry; member
/linux/kernel/locking/
A Dlockdep.c872 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()
1353 list_move_tail(&class->lock_entry, &all_lock_classes); in register_lock_class()
6222 list_move_tail(&class->lock_entry, &pf->zapped); in zap_class()
6241 WARN_ON_ONCE(!class->lock_entry.next); in reinit_class()
6245 WARN_ON_ONCE(!class->lock_entry.next); in reinit_class()
[all …]

Completed in 15 milliseconds