Lines Matching defs:priority
222 * <priority> <symbol name> <cause>
229 int priority = 0;
241 priority = strtol(begin, &tmp, 10);
243 if (tmp == begin || priority == 0) {
255 /* At least one space char after <priority> */
288 HIGHER_PRIORITY(match_entry->lt_mt_priority, priority)) {
320 match_entry->lt_mt_priority = priority;
333 * <priority> <entry probe> <return probe> <cause>
340 int priority = 0;
354 priority = strtol(begin, &tmp, 10);
356 if (tmp == begin || priority == 0) {
439 entryprobe, returnprobe, cause_str, priority);
451 dmacro->lt_dm_priority = priority;
455 } else if (dmacro->lt_dm_priority < priority) {
457 dmacro->lt_dm_priority = priority;
717 * cause_id and priority will be set if a cause is found.
721 lt_table_cause_from_stack(const char *module_func, int *cause_id, int *priority)
725 g_assert(module_func != NULL && cause_id != NULL && priority != NULL);
747 *priority = match->lt_mt_priority;