Home
last modified time | relevance | path

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

/kernel/locking/
Dlockdep.c348 struct list_head zapped; member
1028 if (in_list(&class->lock_entry, &pf->zapped)) in in_any_zapped_class_list()
1153 INIT_LIST_HEAD(&delayed_free.pf[0].zapped); in init_data_structures_once()
1154 INIT_LIST_HEAD(&delayed_free.pf[1].zapped); in init_data_structures_once()
5920 list_move_tail(&class->lock_entry, &pf->zapped); in zap_class()
5977 if (list_empty(&pf->zapped)) in call_rcu_zapped()
5998 list_for_each_entry(class, &pf->zapped, lock_entry) in __free_zapped_classes()
6001 list_splice_init(&pf->zapped, &free_lock_classes); in __free_zapped_classes()