Lines Matching refs:lock_entry
877 list_for_each_entry(class, &all_lock_classes, lock_entry) { in count_matching_names()
1079 if (in_list(&class->lock_entry, &pf->zapped)) in in_any_zapped_class_list()
1097 if (!in_list(&class->lock_entry, &all_lock_classes) && in __check_data_structures()
1098 !in_list(&class->lock_entry, &free_lock_classes) && in __check_data_structures()
1208 list_add_tail(&lock_classes[i].lock_entry, &free_lock_classes); in init_data_structures_once()
1325 lock_entry); in register_lock_class()
1358 list_move_tail(&class->lock_entry, &all_lock_classes); in register_lock_class()
6263 list_move_tail(&class->lock_entry, &pf->zapped); in zap_class()
6285 WARN_ON_ONCE(!class->lock_entry.next); in reinit_class()
6289 WARN_ON_ONCE(!class->lock_entry.next); in reinit_class()
6343 list_for_each_entry(class, &pf->zapped, lock_entry) in __free_zapped_classes()