Searched refs:lcache (Results 1 – 2 of 2) sorted by relevance
63 struct list_head lcache; /* Line cache for lazy match */ member
1357 if (!line_list__has_line(&pf->lcache, lineno) || in probe_point_lazy_walker()1378 if (list_empty(&pf->lcache)) { in find_probe_point_lazy()1380 ret = find_lazy_match_lines(&pf->lcache, pf->fname, in find_probe_point_lazy()1539 line_list__init(&pf->lcache); in find_probes()1591 line_list__free(&pf->lcache); in find_probes()