Home
last modified time | relevance | path

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

/kernel/locking/
Dlockdep.c334 struct pending_free pf[2]; member
969 struct pending_free *pf; in in_any_zapped_class_list() local
972 for (i = 0, pf = delayed_free.pf; i < ARRAY_SIZE(delayed_free.pf); i++, pf++) { in in_any_zapped_class_list()
973 if (in_list(&class->lock_entry, &pf->zapped)) in in_any_zapped_class_list()
1096 INIT_LIST_HEAD(&delayed_free.pf[0].zapped); in init_data_structures_once()
1097 INIT_LIST_HEAD(&delayed_free.pf[1].zapped); in init_data_structures_once()
4891 static void remove_class_from_lock_chain(struct pending_free *pf, in remove_class_from_lock_chain() argument
4933 __set_bit(chain - lock_chains, pf->lock_chains_being_freed); in remove_class_from_lock_chain()
4954 static void remove_class_from_lock_chains(struct pending_free *pf, in remove_class_from_lock_chains() argument
4964 remove_class_from_lock_chain(pf, chain, class); in remove_class_from_lock_chains()
[all …]