Searched refs:update_map (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | test_verifier.c | 569 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-6.12.1/drivers/media/platform/verisilicon/ |
D | hantro_g2_vp9_dec.c | 751 bool intra_only, bool update_map) in config_seg_map() argument 770 if (update_map) in config_seg_map()
|
/linux-6.12.1/kernel/bpf/ |
D | bpf_struct_ops.c | 1199 .update_map = bpf_struct_ops_map_link_update,
|
D | syscall.c | 5294 ret = link->ops->update_map(link, new_map, old_map); in link_update_map() 5323 if (link->ops->update_map) { in link_update()
|
/linux-6.12.1/drivers/staging/media/meson/vdec/ |
D | codec_vp9.c | 388 u8 update_map; member
|
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/ |
D | core.h | 2461 __le32 update_map; member 2491 __le32 update_map; member
|
/linux-6.12.1/include/linux/ |
D | bpf.h | 1635 int (*update_map)(struct bpf_link *link, struct bpf_map *new_map, member
|