Lines Matching defs:map_iter
206 struct map_iter {
211 static struct map_iter *map_iter(struct seq_file *m)
221 static void map_iter_free(struct map_iter *iter)
229 static struct map_iter *map_iter_alloc(struct bpf_map *map)
231 struct map_iter *iter;
251 void *key = map_iter(m)->key;
255 if (map_iter(m)->done)
265 map_iter(m)->done = true;
274 if (map_iter(m)->done)
277 return *pos ? map_iter(m)->key : SEQ_START_TOKEN;
287 void *key = map_iter(m)->key;
309 struct map_iter *iter;
333 map_iter_free(map_iter(m));