Searched refs:pf (Results 1 – 1 of 1) sorted by relevance
334 struct pending_free pf[2]; member969 struct pending_free *pf; in in_any_zapped_class_list() local972 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() argument4933 __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() argument4964 remove_class_from_lock_chain(pf, chain, class); in remove_class_from_lock_chains()[all …]