Searched refs:update_map (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_verifier.c | 404 static void update_map(int fd, int index) in update_map() function 685 update_map(map_fds[3], 0); in do_test_fixup() 774 update_map(map_fds[14], 0); in do_test_fixup() 784 update_map(map_fds[15], 0); in do_test_fixup() 793 update_map(map_fds[16], 0); in do_test_fixup()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_verifier.c | 567 static void update_map(int fd, int index) in update_map() function 1075 update_map(map_fds[3], 0); in do_test_fixup() 1164 update_map(map_fds[14], 0); in do_test_fixup() 1174 update_map(map_fds[15], 0); in do_test_fixup() 1183 update_map(map_fds[16], 0); in do_test_fixup()
|
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
H A D | hantro_g2_vp9_dec.c | 767 bool intra_only, bool update_map) in config_seg_map() 786 if (update_map) in config_seg_map() 765 config_seg_map(struct hantro_ctx *ctx, const struct v4l2_ctrl_vp9_frame *dec_params, bool intra_only, bool update_map) config_seg_map() argument
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | bpf_struct_ops.c | 862 .update_map = bpf_struct_ops_map_link_update,
|
H A D | syscall.c | 5046 ret = link->ops->update_map(link, new_map, old_map); in link_update_map() 5075 if (link->ops->update_map) { in link_update()
|
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/ |
H A D | codec_vp9.c | 388 u8 update_map; member
|
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/ |
H A D | codec_vp9.c | 388 u8 update_map; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bpf.h | 1539 int (*update_map)(struct bpf_link *link, struct bpf_map *new_map, member
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | core.h | 2080 __le32 update_map; member
|
Completed in 49 milliseconds