Lines Matching defs:zapped
378 * @zapped: Head of a list with struct lock_class elements.
383 struct list_head zapped;
1093 if (in_list(&class->lock_entry, &pf->zapped))
1218 INIT_LIST_HEAD(&delayed_free.pf[0].zapped);
1219 INIT_LIST_HEAD(&delayed_free.pf[1].zapped);
3476 * length > MAX_CHAIN_BUCKETS is ever used and zapped, it will just be
6283 list_move_tail(&class->lock_entry, &pf->zapped);
6342 if (list_empty(&pf->zapped))
6363 list_for_each_entry(class, &pf->zapped, lock_entry)
6366 list_splice_init(&pf->zapped, &free_lock_classes);