Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbpf.h71 int (*map_delete_batch)(struct bpf_map *map, const union bpf_attr *attr, member
/kernel/linux/linux-5.10/kernel/bpf/
Dhashtab.c28 .map_delete_batch = \
Dsyscall.c4032 BPF_DO_BATCH(map->ops->map_delete_batch); in bpf_map_do_batch()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dkernel.patch156 BPF_DO_BATCH(map->ops->map_delete_batch);