Lines Matching refs:head_terms
49 struct list_head *head_terms __maybe_unused);
302 static char *get_config_str(struct list_head *head_terms, int type_term) in get_config_str() argument
306 if (!head_terms) in get_config_str()
309 list_for_each_entry(term, head_terms, list) in get_config_str()
316 static char *get_config_metric_id(struct list_head *head_terms) in get_config_metric_id() argument
318 return get_config_str(head_terms, PARSE_EVENTS__TERM_TYPE_METRIC_ID); in get_config_metric_id()
321 static char *get_config_name(struct list_head *head_terms) in get_config_name() argument
323 return get_config_str(head_terms, PARSE_EVENTS__TERM_TYPE_NAME); in get_config_name()
1272 struct list_head *head_terms __maybe_unused) in get_config_terms()
1284 list_add_tail(&__t->list, head_terms) in get_config_terms()
1377 struct list_head *head_terms) in get_config_chgs() argument