Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dinode.c172 struct map_iter { struct
177 static struct map_iter *map_iter(struct seq_file *m) in map_iter() argument
187 static void map_iter_free(struct map_iter *iter) in map_iter_free()
197 struct map_iter *iter; in map_iter_alloc()
217 void *key = map_iter(m)->key; in map_seq_next()
221 if (map_iter(m)->done) in map_seq_next()
231 map_iter(m)->done = true; in map_seq_next()
240 if (map_iter(m)->done) in map_seq_start()
253 void *key = map_iter(m)->key; in map_seq_show()
275 struct map_iter *iter; in bpffs_map_open()
[all …]
H A DMakefile10 obj-$(CONFIG_BPF_SYSCALL) += bpf_iter.o map_iter.o task_iter.o prog_iter.o link_iter.o
/linux-6.15/drivers/nvme/host/
H A Dioctl.c459 struct iov_iter *map_iter = NULL; in nvme_uring_cmd_io() local
506 map_iter = &iter; in nvme_uring_cmd_io()
524 map_iter, vec); in nvme_uring_cmd_io()