Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/samples/v4l/
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 …]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
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 …]
Dksyms_btf.c18 struct test_ksyms_btf *skel = NULL; in test_basic() local
77 struct test_ksyms_btf_null_check *skel; in test_null_check() local
87 struct test_ksyms_btf_write_check *skel; in test_write_check() local
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
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 …]
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
Dsockmap_basic.c112 struct test_skmsg_load_helpers *skel; in test_skmsg_helpers() local
143 struct test_sockmap_update *skel; in test_sockmap_update() local
190 struct test_sockmap_invalid_update *skel; in test_sockmap_invalid_update() local
204 struct bpf_iter_sockmap *skel; in test_sockmap_copy() local
Dd_path.c107 struct test_d_path *skel; in test_d_path_basic() local
163 struct test_d_path_check_rdonly_mem *skel; in test_d_path_check_rdonly_mem() local
173 struct test_d_path_check_types *skel; in test_d_path_check_types() local
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
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
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
Dautoload.c11 struct test_autoload* skel; in test_autoload() local
Dsubprogs.c12 struct test_subprogs *skel; in test_subprogs() local
Dsnprintf_btf.c11 struct netif_receive_skb *skel; in test_snprintf_btf() local
Dmap_ptr.c11 struct map_ptr_kern *skel; in test_map_ptr() local
Dudp_limit.c12 struct udp_limit *skel; in test_udp_limit() local
Dget_stackid_cannot_attach.c21 struct test_stacktrace_build_id *skel; in test_get_stackid_cannot_attach() local
Denable_stats.c7 struct test_enable_stats *skel; in test_enable_stats() local
Dvmlinux.c20 struct test_vmlinux* skel; in test_vmlinux() local
Dcore_retro.c10 struct test_core_retro *skel; in test_core_retro() local
Dtest_local_storage.c29 struct local_storage *skel = NULL; in test_test_local_storage() local
Dksyms.c13 struct test_ksyms *skel; in test_ksyms() local
Dlink_pinning.c93 struct test_link_pinning* skel; in test_link_pinning() local
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/
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
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_cpp.cpp12 struct test_core_extern *skel; in main() local

123