Searched refs:lock_entry (Results 1 – 2 of 2) sorted by relevance
108 struct list_head lock_entry; member
870 list_for_each_entry(class, &all_lock_classes, lock_entry) { in count_matching_names()1068 if (in_list(&class->lock_entry, &pf->zapped)) in in_any_zapped_class_list()1086 if (!in_list(&class->lock_entry, &all_lock_classes) && in __check_data_structures()1087 !in_list(&class->lock_entry, &free_lock_classes) && in __check_data_structures()1197 list_add_tail(&lock_classes[i].lock_entry, &free_lock_classes); in init_data_structures_once()1314 lock_entry); in register_lock_class()1345 list_move_tail(&class->lock_entry, &all_lock_classes); in register_lock_class()6140 list_move_tail(&class->lock_entry, &pf->zapped); in zap_class()6159 WARN_ON_ONCE(!class->lock_entry.next); in reinit_class()6163 WARN_ON_ONCE(!class->lock_entry.next); in reinit_class()[all …]