Lines Matching refs:priority
229 int priority = 0; in parse_sym_trans() local
241 priority = strtol(begin, &tmp, 10); in parse_sym_trans()
243 if (tmp == begin || priority == 0) { in parse_sym_trans()
288 HIGHER_PRIORITY(match_entry->lt_mt_priority, priority)) { in parse_sym_trans()
320 match_entry->lt_mt_priority = priority; in parse_sym_trans()
340 int priority = 0; in parse_dmacro() local
354 priority = strtol(begin, &tmp, 10); in parse_dmacro()
356 if (tmp == begin || priority == 0) { in parse_dmacro()
439 entryprobe, returnprobe, cause_str, priority); in parse_dmacro()
451 dmacro->lt_dm_priority = priority; in parse_dmacro()
455 } else if (dmacro->lt_dm_priority < priority) { in parse_dmacro()
457 dmacro->lt_dm_priority = priority; in parse_dmacro()
721 lt_table_cause_from_stack(const char *module_func, int *cause_id, int *priority) in lt_table_cause_from_stack() argument
725 g_assert(module_func != NULL && cause_id != NULL && priority != NULL); in lt_table_cause_from_stack()
747 *priority = match->lt_mt_priority; in lt_table_cause_from_stack()