Home
last modified time | relevance | path

Searched refs:map_iter (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dinode.c171 struct map_iter { struct
176 static struct map_iter *map_iter(struct seq_file *m) in map_iter() argument
186 static void map_iter_free(struct map_iter *iter) in map_iter_free()
194 static struct map_iter *map_iter_alloc(struct bpf_map *map) in map_iter_alloc()
196 struct map_iter *iter; in map_iter_alloc()
216 void *key = map_iter(m)->key; in map_seq_next()
220 if (map_iter(m)->done) in map_seq_next()
230 map_iter(m)->done = true; in map_seq_next()
239 if (map_iter(m)->done) in map_seq_start()
242 return *pos ? map_iter(m)->key : SEQ_START_TOKEN; in map_seq_start()
[all …]
H A DMakefile10 obj-$(CONFIG_BPF_SYSCALL) += bpf_iter.o map_iter.o task_iter.o prog_iter.o link_iter.o
/linux/drivers/nvme/host/
H A Dioctl.c448 struct iov_iter *map_iter = NULL; in nvme_uring_cmd_io() local
497 map_iter = &iter; in nvme_uring_cmd_io()
515 map_iter, vec ? NVME_IOCTL_VEC : 0); in nvme_uring_cmd_io()