Searched refs:expr_head (Results 1 – 3 of 3) sorted by relevance
1 %parse-param {struct list_head *expr_head}55 list_add_tail(&$3->list, expr_head);60 list_add_tail(&$1->list, expr_head);
30 int perf_bpf_filter__parse(struct list_head *expr_head, const char *str);39 static inline int perf_bpf_filter__parse(struct list_head *expr_head __maybe_unused, in perf_bpf_filter__parse()
649 int perf_bpf_filter__parse(struct list_head *expr_head, const char *str) in perf_bpf_filter__parse() argument659 ret = perf_bpf_filter_parse(expr_head); in perf_bpf_filter__parse()