Searched refs:expr_head (Results 1 – 3 of 3) sorted by relevance
1 %parse-param {struct list_head *expr_head}45 list_add_tail(&$3->list, expr_head);50 list_add_tail(&$1->list, expr_head);
24 int perf_bpf_filter__parse(struct list_head *expr_head, const char *str);31 static inline int perf_bpf_filter__parse(struct list_head *expr_head __maybe_unused, in perf_bpf_filter__parse()
193 int perf_bpf_filter__parse(struct list_head *expr_head, const char *str) in perf_bpf_filter__parse() argument200 ret = perf_bpf_filter_parse(expr_head); in perf_bpf_filter__parse()