Lines Matching refs:head_terms
45 struct list_head *head_terms __maybe_unused);
213 static char *get_config_str(struct list_head *head_terms, int type_term) in get_config_str() argument
217 if (!head_terms) in get_config_str()
220 list_for_each_entry(term, head_terms, list) in get_config_str()
227 static char *get_config_metric_id(struct list_head *head_terms) in get_config_metric_id() argument
229 return get_config_str(head_terms, PARSE_EVENTS__TERM_TYPE_METRIC_ID); in get_config_metric_id()
232 static char *get_config_name(struct list_head *head_terms) in get_config_name() argument
234 return get_config_str(head_terms, PARSE_EVENTS__TERM_TYPE_NAME); in get_config_name()
1188 struct list_head *head_terms __maybe_unused) in get_config_terms()
1200 list_add_tail(&__t->list, head_terms) in get_config_terms()
1293 struct list_head *head_terms) in get_config_chgs() argument