Home
last modified time | relevance | path

Searched defs:skel (Results 1 – 25 of 62) sorted by relevance

123

/OK3568_Linux_fs/kernel/samples/v4l/
H A Dv4l2-pci-skeleton.c133 struct skeleton *skel = dev_id; in skeleton_irq() local
169 struct skeleton *skel = vb2_get_drv_priv(vq); in queue_setup() local
198 struct skeleton *skel = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare() local
217 struct skeleton *skel = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue() local
229 static void return_all_buffers(struct skeleton *skel, in return_all_buffers()
251 struct skeleton *skel = vb2_get_drv_priv(vq); in start_streaming() local
274 struct skeleton *skel = vb2_get_drv_priv(vq); in stop_streaming() local
304 struct skeleton *skel = video_drvdata(file); in skeleton_querycap() local
319 static void skeleton_fill_pix_format(struct skeleton *skel, in skeleton_fill_pix_format()
354 struct skeleton *skel = video_drvdata(file); in skeleton_try_fmt_vid_cap() local
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c31 struct bpf_iter_test_kern3 *skel; in test_btf_id_or_null() local
68 struct bpf_iter_ipv6_route *skel; in test_ipv6_route() local
82 struct bpf_iter_netlink *skel; in test_netlink() local
96 struct bpf_iter_bpf_map *skel; in test_bpf_map() local
110 struct bpf_iter_task *skel; in test_task() local
124 struct bpf_iter_task_stack *skel; in test_task_stack() local
143 struct bpf_iter_task_file *skel; in test_task_file() local
175 static int do_btf_read(struct bpf_iter_task_btf *skel) in do_btf_read()
223 struct bpf_iter_task_btf *skel; in test_task_btf() local
250 struct bpf_iter_tcp4 *skel; in test_tcp4() local
[all …]
H A Dsk_lookup.c516 static void query_lookup_prog(struct test_sk_lookup *skel) in query_lookup_prog()
672 static void test_redirect_lookup(struct test_sk_lookup *skel) in test_redirect_lookup()
909 static void test_drop_on_lookup(struct test_sk_lookup *skel) in test_drop_on_lookup()
1004 static void test_drop_on_reuseport(struct test_sk_lookup *skel) in test_drop_on_reuseport()
1052 static void run_sk_assign(struct test_sk_lookup *skel, in run_sk_assign()
1105 static void run_sk_assign_v4(struct test_sk_lookup *skel, in run_sk_assign_v4()
1111 static void run_sk_assign_v6(struct test_sk_lookup *skel, in run_sk_assign_v6()
1117 static void run_sk_assign_connected(struct test_sk_lookup *skel, in run_sk_assign_connected()
1158 static void test_sk_assign_helper(struct test_sk_lookup *skel) in test_sk_assign_helper()
1257 static void test_multi_prog_lookup(struct test_sk_lookup *skel) in test_multi_prog_lookup()
[all …]
H A Dmap_init.c41 struct test_map_init *skel; in setup() local
78 static int prog_run_insert_elem(struct test_map_init *skel, map_key_t key, in prog_run_insert_elem()
132 struct test_map_init *skel; in test_pcpu_map_init() local
172 struct test_map_init *skel; in test_pcpu_lru_map_init() local
H A Dsockmap_basic.c111 struct test_skmsg_load_helpers *skel; in test_skmsg_helpers() local
142 struct test_sockmap_update *skel; in test_sockmap_update() local
189 struct test_sockmap_invalid_update *skel; in test_sockmap_invalid_update() local
203 struct bpf_iter_sockmap *skel; in test_sockmap_copy() local
H A Dperf_branches.c10 static void check_good_sample(struct test_perf_branches *skel) in check_good_sample()
41 static void check_bad_sample(struct test_perf_branches *skel) in check_bad_sample()
63 struct test_perf_branches *skel; in test_perf_branches_common() local
H A Dprobe_read_user_str.c9 static int test_one_str(struct test_probe_read_user_str *skel, const char *str, in test_one_str()
46 struct test_probe_read_user_str *skel; in test_probe_read_user_str() local
H A Dksyms_btf.c17 struct test_ksyms_btf *skel = NULL; in test_basic() local
76 struct test_ksyms_btf_null_check *skel; in test_null_check() local
H A Dxdp_devmap_attach.c13 struct test_xdp_with_devmap_helpers *skel; in test_xdp_with_devmap_helpers() local
70 struct test_xdp_devmap_helpers *skel; in test_neg_xdp_devmap_helpers() local
H A Dbtf_map_in_map.c60 struct test_btf_map_in_map *skel; in test_lookup_update() local
168 struct test_btf_map_in_map *skel; in test_diff_size() local
H A Dautoload.c11 struct test_autoload* skel; in test_autoload() local
H A Dsnprintf_btf.c11 struct netif_receive_skb *skel; in test_snprintf_btf() local
H A Dsubprogs.c12 struct test_subprogs *skel; in test_subprogs() local
H A Dget_stackid_cannot_attach.c21 struct test_stacktrace_build_id *skel; in test_get_stackid_cannot_attach() local
H A Dmap_ptr.c11 struct map_ptr_kern *skel; in test_map_ptr() local
H A Dudp_limit.c12 struct udp_limit *skel; in test_udp_limit() local
H A Dsockmap_listen.c1013 static void test_skb_redir_to_connected(struct test_sockmap_listen *skel, in test_skb_redir_to_connected()
1038 static void test_msg_redir_to_connected(struct test_sockmap_listen *skel, in test_msg_redir_to_connected()
1124 static void test_skb_redir_to_listening(struct test_sockmap_listen *skel, in test_skb_redir_to_listening()
1149 static void test_msg_redir_to_listening(struct test_sockmap_listen *skel, in test_msg_redir_to_listening()
1479 static void test_ops(struct test_sockmap_listen *skel, struct bpf_map *map, in test_ops()
1535 static void test_redir(struct test_sockmap_listen *skel, struct bpf_map *map, in test_redir()
1566 static void test_reuseport(struct test_sockmap_listen *skel, in test_reuseport()
1606 static void run_tests(struct test_sockmap_listen *skel, struct bpf_map *map, in run_tests()
1618 struct test_sockmap_listen *skel; in test_sockmap_listen() local
H A Denable_stats.c7 struct test_enable_stats *skel; in test_enable_stats() local
H A Dcore_retro.c10 struct test_core_retro *skel; in test_core_retro() local
H A Dvmlinux.c20 struct test_vmlinux* skel; in test_vmlinux() local
H A Dtest_local_storage.c29 struct local_storage *skel = NULL; in test_test_local_storage() local
H A Dksyms.c13 struct test_ksyms *skel; in test_ksyms() local
H A Dendian.c19 struct test_endian* skel; in test_endian() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c123 struct ringbuf_bench *skel; member
137 struct ringbuf_bench *skel; in ringbuf_setup_skeleton() local
212 struct ringbuf_bench *skel; member
343 struct perfbuf_bench *skel; member
357 struct perfbuf_bench *skel; in perfbuf_setup_skeleton() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_cpp.cpp12 struct test_core_extern *skel; in main() local

123