Home
last modified time | relevance | path

Searched refs:map_update_batch (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/bpf/
H A Darraymap.c876 .map_update_batch = generic_map_update_batch,
901 .map_update_batch = generic_map_update_batch,
1516 .map_update_batch = generic_map_update_batch,
H A Dhashtab.c31 .map_update_batch = \
H A Dsyscall.c5781 BPF_DO_BATCH(map->ops->map_update_batch, map, fd_file(f), attr, uattr); in bpf_map_do_batch()
/linux/include/linux/
H A Dbpf.h103 int (*map_update_batch)(struct bpf_map *map, struct file *map_file, member