Searched refs:lock_entry (Results 1 – 2 of 2) sorted by relevance
109 struct list_head lock_entry; member
875 list_for_each_entry(class, &all_lock_classes, lock_entry) { in count_matching_names()1077 if (in_list(&class->lock_entry, &pf->zapped)) in in_any_zapped_class_list()1095 if (!in_list(&class->lock_entry, &all_lock_classes) && in __check_data_structures()1096 !in_list(&class->lock_entry, &free_lock_classes) && in __check_data_structures()1206 list_add_tail(&lock_classes[i].lock_entry, &free_lock_classes); in init_data_structures_once()1324 lock_entry); in register_lock_class()1357 list_move_tail(&class->lock_entry, &all_lock_classes); in register_lock_class()6265 list_move_tail(&class->lock_entry, &pf->zapped); in zap_class()6287 WARN_ON_ONCE(!class->lock_entry.next); in reinit_class()6291 WARN_ON_ONCE(!class->lock_entry.next); in reinit_class()[all …]