Searched refs:fetched_counters (Results 1 – 1 of 1) sorted by relevance
263 bool *fetched_counters) in matches_filter() argument299 if (!*fetched_counters) { in matches_filter()301 *fetched_counters = true; in matches_filter()325 bool fetched_counters; in allocinfo_ioctl_get_at() local361 fetched_counters = false; in allocinfo_ioctl_get_at()362 if (matches_filter(ct, &priv->filter, &counters, &fetched_counters)) { in allocinfo_ioctl_get_at()371 if (!fetched_counters) in allocinfo_ioctl_get_at()400 bool fetched_counters; in allocinfo_ioctl_get_next() local415 fetched_counters = false; in allocinfo_ioctl_get_next()416 if (matches_filter(ct, &priv->filter, &counters, &fetched_counters)) in allocinfo_ioctl_get_next()[all …]