Lines Matching defs:terms
286 parse_events_terms__purge(&newalias->terms);
326 INIT_LIST_HEAD(&alias->terms);
333 ret = parse_events_terms(&alias->terms, val);
341 * platforms have terms specified as
343 * and terms specified as event=0x91 (read from JSON files).
349 list_for_each_entry(term, &alias->terms, list) {
499 struct list_head *terms)
505 list_for_each_entry(term, &alias->terms, list) {
512 * Weak terms don't override command line options,
513 * which we don't want for implicit terms in aliases.
518 list_splice(&list, terms);
1026 * in the remaining terms.
1062 /* sysfs exported terms */
1097 * Hardcoded terms should be already in, so nothing
1141 * Either directly use a numeric term, or try to translate string terms
1217 * 1) users input - specified in terms parameter
1288 * Find alias in the terms list and replace it with the terms
1398 list_for_each_entry(term, &alias->terms, list) {