Lines Matching defs:listp
1624 struct list_head **listp, void *loc_)
1635 *listp = NULL;
1703 *listp = list;
1713 struct list_head **listp,
1722 *listp = malloc(sizeof(**listp));
1723 if (!*listp)
1726 INIT_LIST_HEAD(*listp);
1730 if (pmu && !parse_events_add_pmu(parse_state, *listp, pmu, const_parsed_terms,
1735 if (!parse_events_add_pmu(parse_state, *listp, perf_pmus__fake_pmu(),
1748 if (!parse_events_add_pmu(parse_state, *listp, pmu,
1756 container_of((*listp)->prev, struct evsel, core.node);
1763 zfree(listp);
1765 const_parsed_terms, listp, loc))
1773 zfree(listp);