Searched refs:um_next (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/libop/
H A Dop_events.h45 struct list_head um_next; /**< next um in list */ member in struct:op_unit_mask
H A Dop_events.c205 list_add_tail(&um->um_next, &um_list);
212 list_del(&um->um_next);
289 struct op_unit_mask * um = list_entry(pos, struct op_unit_mask, um_next);
620 struct op_unit_mask * um = list_entry(pos, struct op_unit_mask, um_next);
646 list_del(&unit->um_next);
672 struct op_unit_mask * unit = list_entry(pos, struct op_unit_mask, um_next);

Completed in 106 milliseconds