Home
last modified time | relevance | path

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

/kernel/locking/
Dlockdep.c368 struct pending_free pf[2]; member
1025 struct pending_free *pf; in in_any_zapped_class_list() local
1028 for (i = 0, pf = delayed_free.pf; i < ARRAY_SIZE(delayed_free.pf); i++, pf++) { in in_any_zapped_class_list()
1029 if (in_list(&class->lock_entry, &pf->zapped)) in in_any_zapped_class_list()
1154 INIT_LIST_HEAD(&delayed_free.pf[0].zapped); in init_data_structures_once()
1155 INIT_LIST_HEAD(&delayed_free.pf[1].zapped); in init_data_structures_once()
5906 static void remove_class_from_lock_chain(struct pending_free *pf, in remove_class_from_lock_chain() argument
5936 __set_bit(chain - lock_chains, pf->lock_chains_being_freed); in remove_class_from_lock_chain()
5942 static void remove_class_from_lock_chains(struct pending_free *pf, in remove_class_from_lock_chains() argument
5952 remove_class_from_lock_chain(pf, chain, class); in remove_class_from_lock_chains()
[all …]
/kernel/trace/
Dtrace_events_inject.c37 struct ftrace_event_field **pf, u64 *pv) in parse_field() argument
65 *pf = field; in parse_field()