Home
last modified time | relevance | path

Searched refs:update_map (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c569 static void update_map(int fd, int index) in update_map() function
1077 update_map(map_fds[3], 0); in do_test_fixup()
1166 update_map(map_fds[14], 0); in do_test_fixup()
1176 update_map(map_fds[15], 0); in do_test_fixup()
1185 update_map(map_fds[16], 0); in do_test_fixup()
/linux/drivers/media/platform/verisilicon/
H A Dhantro_g2_vp9_dec.c751 bool intra_only, bool update_map) in config_seg_map() argument
770 if (update_map) in config_seg_map()
/linux/kernel/bpf/
H A Dbpf_struct_ops.c1146 .update_map = bpf_struct_ops_map_link_update,
H A Dsyscall.c5330 ret = link->ops->update_map(link, new_map, old_map); in link_update_map()
5359 if (link->ops->update_map) { in link_update()
/linux/drivers/staging/media/meson/vdec/
H A Dcodec_vp9.c388 u8 update_map; member
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.h2379 __le32 update_map; member
2409 __le32 update_map; member
/linux/include/linux/
H A Dbpf.h1613 int (*update_map)(struct bpf_link *link, struct bpf_map *new_map, member