Lines Matching refs:head_terms
38 struct list_head *head_terms __maybe_unused);
156 static char *get_config_str(struct list_head *head_terms, enum parse_events__term_type type_term) in get_config_str() argument
160 if (!head_terms) in get_config_str()
163 list_for_each_entry(term, head_terms, list) in get_config_str()
170 static char *get_config_metric_id(struct list_head *head_terms) in get_config_metric_id() argument
172 return get_config_str(head_terms, PARSE_EVENTS__TERM_TYPE_METRIC_ID); in get_config_metric_id()
175 static char *get_config_name(struct list_head *head_terms) in get_config_name() argument
177 return get_config_str(head_terms, PARSE_EVENTS__TERM_TYPE_NAME); in get_config_name()
1083 struct list_head *head_terms __maybe_unused) in get_config_terms()
1095 list_add_tail(&__t->list, head_terms) in get_config_terms()
1198 struct list_head *head_terms) in get_config_chgs() argument