Lines Matching defs:um
110 static void parse_um(struct op_unit_mask * um, char const * line) in parse_um()
203 struct op_unit_mask * um = xmalloc(sizeof(struct op_unit_mask)); in new_unit_mask() local
210 static void free_unit_mask(struct op_unit_mask * um) in free_unit_mask()
222 struct op_unit_mask * um = NULL; in read_unit_masks() local
289 struct op_unit_mask * um = list_entry(pos, struct op_unit_mask, um_next); in try_find_um() local
300 struct op_unit_mask * um = try_find_um(value); in find_um() local
312 struct op_unit_mask *new, *um; in merge_um() local
537 static int check_unit_mask(struct op_unit_mask const * um, in check_unit_mask()
620 struct op_unit_mask * um = list_entry(pos, struct op_unit_mask, um_next); in load_events() local
691 static struct op_event * find_event_um(u32 nr, u32 um) in find_event_um()
847 static int match_event(int i, struct op_event *event, unsigned um) in match_event()
863 struct op_event * find_event_by_name(char const * name, unsigned um, int um_valid) in find_event_by_name()
886 struct op_event * op_find_event(op_cpu cpu_type, u32 nr, u32 um) in op_find_event()
904 int op_check_events(int ctr, u32 nr, u32 um, op_cpu cpu_type) in op_check_events()