Home
last modified time | relevance | path

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

123456789

/linux-6.3-rc2/samples/v4l/
A Dv4l2-pci-skeleton.c121 struct skeleton *skel = dev_id; in skeleton_irq() local
157 struct skeleton *skel = vb2_get_drv_priv(vq); in queue_setup() local
239 struct skeleton *skel = vb2_get_drv_priv(vq); in start_streaming() local
292 struct skeleton *skel = video_drvdata(file); in skeleton_querycap() local
342 struct skeleton *skel = video_drvdata(file); in skeleton_try_fmt_vid_cap() local
360 struct skeleton *skel = video_drvdata(file); in skeleton_s_fmt_vid_cap() local
382 struct skeleton *skel = video_drvdata(file); in skeleton_g_fmt_vid_cap() local
400 struct skeleton *skel = video_drvdata(file); in skeleton_s_std() local
432 struct skeleton *skel = video_drvdata(file); in skeleton_g_std() local
451 struct skeleton *skel = video_drvdata(file); in skeleton_querystd() local
[all …]
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dbpf_iter.c41 struct bpf_iter_test_kern3 *skel; in test_btf_id_or_null() local
155 struct bpf_iter_netlink *skel; in test_netlink() local
168 struct bpf_iter_bpf_map *skel; in test_bpf_map() local
218 struct bpf_iter_task *skel; in test_task_common_nocheck() local
310 struct bpf_iter_task *skel; in test_task_sleepable() local
455 struct bpf_iter_tcp4 *skel; in test_tcp4() local
468 struct bpf_iter_tcp6 *skel; in test_tcp6() local
481 struct bpf_iter_udp4 *skel; in test_udp4() local
494 struct bpf_iter_udp6 *skel; in test_udp6() local
507 struct bpf_iter_unix *skel; in test_unix() local
[all …]
A Datomics.c7 static void test_add(struct atomics_lskel *skel) in test_add()
32 static void test_sub(struct atomics_lskel *skel) in test_sub()
57 static void test_and(struct atomics_lskel *skel) in test_and()
79 static void test_or(struct atomics_lskel *skel) in test_or()
101 static void test_xor(struct atomics_lskel *skel) in test_xor()
123 static void test_cmpxchg(struct atomics_lskel *skel) in test_cmpxchg()
145 static void test_xchg(struct atomics_lskel *skel) in test_xchg()
167 struct atomics_lskel *skel; in test_atomics() local
A Dbpf_loop.c8 static void check_nr_loops(struct bpf_loop *skel) in check_nr_loops()
43 static void check_callback_fn_stop(struct bpf_loop *skel) in check_callback_fn_stop()
65 static void check_null_callback_ctx(struct bpf_loop *skel) in check_null_callback_ctx()
84 static void check_invalid_flags(struct bpf_loop *skel) in check_invalid_flags()
100 static void check_nested_calls(struct bpf_loop *skel) in check_nested_calls()
123 static void check_non_constant_callback(struct bpf_loop *skel) in check_non_constant_callback()
142 static void check_stack(struct bpf_loop *skel) in check_stack()
183 struct bpf_loop *skel; in test_bpf_loop() local
A Dfind_vma.c10 static void test_and_reset_skel(struct find_vma *skel, int expected_find_zero_ret, bool need_test) in test_and_reset_skel()
41 static bool find_vma_pe_condition(struct find_vma *skel) in find_vma_pe_condition()
49 static void test_find_vma_pe(struct find_vma *skel) in test_find_vma_pe()
80 static void test_find_vma_kprobe(struct find_vma *skel) in test_find_vma_kprobe()
94 struct find_vma_fail1 *skel; in test_illegal_write_vma() local
103 struct find_vma_fail2 *skel; in test_illegal_write_task() local
112 struct find_vma *skel; in serial_test_find_vma() local
A Duser_ringbuf.c72 struct user_ringbuf_success *skel; in open_load_ringbuf_skel() local
103 struct user_ringbuf_success *skel; in test_user_ringbuf_mappings() local
146 struct user_ringbuf_success *skel; in load_skel_create_ringbufs() local
237 struct user_ringbuf_success *skel; in test_user_ringbuf_post_misaligned() local
253 struct user_ringbuf_success *skel; in test_user_ringbuf_post_producer_wrong_offset() local
269 struct user_ringbuf_success *skel; in test_user_ringbuf_post_larger_than_ringbuf_sz() local
285 struct user_ringbuf_success *skel; in test_user_ringbuf_basic() local
308 struct user_ringbuf_success *skel; in test_user_ringbuf_sample_full_ring_buffer() local
333 struct user_ringbuf_success *skel; in test_user_ringbuf_post_alignment_autoadjust() local
357 struct user_ringbuf_success *skel; in test_user_ringbuf_overfill() local
[all …]
A Dbpf_cookie.c21 static void kprobe_subtest(struct test_bpf_cookie *skel) in kprobe_subtest()
70 static void kprobe_multi_test_run(struct kprobe_multi *skel) in kprobe_multi_test_run()
102 struct kprobe_multi *skel = NULL; in kprobe_multi_link_api_subtest() local
181 struct kprobe_multi *skel = NULL; in kprobe_multi_attach_api_subtest() local
242 static void uprobe_subtest(struct test_bpf_cookie *skel) in uprobe_subtest()
296 static void tp_subtest(struct test_bpf_cookie *skel) in tp_subtest()
365 static void pe_subtest(struct test_bpf_cookie *skel) in pe_subtest()
416 static void tracing_subtest(struct test_bpf_cookie *skel) in tracing_subtest()
469 static void lsm_subtest(struct test_bpf_cookie *skel) in lsm_subtest()
502 struct test_bpf_cookie *skel; in test_bpf_cookie() local
A Dcgroup_iter.c95 static void test_invalid_cgroup(struct cgroup_iter *skel) in test_invalid_cgroup()
112 static void test_invalid_cgroup_spec(struct cgroup_iter *skel) in test_invalid_cgroup_spec()
130 static void test_walk_preorder(struct cgroup_iter *skel) in test_walk_preorder()
141 static void test_walk_postorder(struct cgroup_iter *skel) in test_walk_postorder()
152 static void test_walk_ancestors_up(struct cgroup_iter *skel) in test_walk_ancestors_up()
168 static void test_early_termination(struct cgroup_iter *skel) in test_early_termination()
183 static void test_walk_self_only(struct cgroup_iter *skel) in test_walk_self_only()
192 static void test_walk_dead_self_only(struct cgroup_iter *skel) in test_walk_dead_self_only()
268 struct cgroup_iter *skel = NULL; in test_cgroup_iter() local
A Dtest_strncmp.c6 static int trigger_strncmp(const struct strncmp_test *skel) in trigger_strncmp()
24 static void strncmp_full_str_cmp(struct strncmp_test *skel, const char *name, in strncmp_full_str_cmp()
46 struct strncmp_test *skel; in test_strncmp_ret() local
89 struct strncmp_test *skel; in test_strncmp_bad_not_const_str_size() local
106 struct strncmp_test *skel; in test_strncmp_bad_writable_target() local
123 struct strncmp_test *skel; in test_strncmp_bad_not_null_term_target() local
A Dcgrp_local_storage.c24 struct cgrp_ls_tp_btf *skel; in test_tp_btf() local
72 struct cgrp_ls_attach_cgroup *skel; in test_attach_cgroup() local
126 struct cgrp_ls_recursion *skel; in test_recursion() local
146 struct cgrp_ls_negative *skel; in test_negative() local
159 struct cgrp_ls_sleepable *skel; in test_cgroup_iter_sleepable() local
198 struct cgrp_ls_sleepable *skel; in test_no_rcu_lock() local
225 struct cgrp_ls_sleepable *skel; in test_rcu_lock() local
A Dbtf_tag.c17 struct test_btf_decl_tag *skel; in test_btf_decl_tag() local
33 struct btf_type_tag *skel; in test_btf_type_tag() local
113 struct btf_type_tag_user *skel; in test_btf_type_tag_mod_user() local
141 struct btf_type_tag_user *skel; in test_btf_type_tag_vmlinux_user() local
167 struct btf_type_tag_percpu *skel; in test_btf_type_tag_mod_percpu() local
196 struct btf_type_tag_percpu *skel; in test_btf_type_tag_vmlinux_percpu() local
A Dksyms_btf.c20 struct test_ksyms_btf *skel = NULL; in test_basic() local
79 struct test_ksyms_btf_null_check *skel; in test_null_check() local
89 struct test_ksyms_weak *skel; in test_weak_syms() local
116 struct test_ksyms_weak_lskel *skel; in test_weak_syms_lskel() local
143 struct test_ksyms_btf_write_check *skel; in test_write_check() local
A Ddummy_st_ops.c15 struct dummy_st_ops_success *skel; in test_dummy_st_ops_attach() local
35 struct dummy_st_ops_success *skel; in test_dummy_init_ret_value() local
62 struct dummy_st_ops_success *skel; in test_dummy_init_ptr_arg() local
106 struct dummy_st_ops_success *skel; in test_dummy_multiple_args() local
133 struct dummy_st_ops_success *skel; in test_dummy_sleepable() local
A Dlookup_and_delete.c47 struct test_lookup_and_delete *skel; in setup_prog() local
78 static int trigger_tp(struct test_lookup_and_delete *skel, __u64 key, in trigger_tp()
100 struct test_lookup_and_delete *skel; in test_lookup_and_delete_hash() local
136 struct test_lookup_and_delete *skel; in test_lookup_and_delete_percpu_hash() local
176 struct test_lookup_and_delete *skel; in test_lookup_and_delete_lru_hash() local
222 struct test_lookup_and_delete *skel; in test_lookup_and_delete_lru_percpu_hash() local
A Dtask_local_storage.c19 struct task_local_storage *skel; in test_sys_enter_exit() local
45 struct task_local_storage_exit_creds *skel; in test_exit_creds() local
83 struct task_ls_recursion *skel; in test_recursion() local
156 struct task_storage_nodeadlock *skel = arg; in sock_create_loop() local
171 struct task_storage_nodeadlock *skel; in test_nodeadlock() local
A Dcheck_mtu.c43 struct test_check_mtu *skel; in test_check_mtu_xdp_attach() local
78 static void test_check_mtu_run_xdp(struct test_check_mtu *skel, in test_check_mtu_run_xdp()
106 struct test_check_mtu *skel; in test_check_mtu_xdp() local
131 static void test_check_mtu_run_tc(struct test_check_mtu *skel, in test_check_mtu_run_tc()
159 struct test_check_mtu *skel; in test_check_mtu_tc() local
A Drcu_read_lock.c17 struct rcu_read_lock *skel; in test_success() local
50 struct rcu_read_lock *skel; in test_rcuptr_acquire() local
81 struct rcu_read_lock *skel; in test_inproper_region() local
109 struct rcu_read_lock *skel; in test_rcuptr_misuse() local
A Dsockmap_basic.c108 struct test_skmsg_load_helpers *skel; in test_skmsg_helpers() local
132 struct test_sockmap_update *skel; in test_sockmap_update() local
178 struct test_sockmap_invalid_update *skel; in test_sockmap_invalid_update() local
191 struct bpf_iter_sockmap *skel; in test_sockmap_copy() local
272 struct test_sockmap_skb_verdict_attach *skel; in test_sockmap_skb_verdict_attach() local
312 struct test_sockmap_progs_query *skel; in test_sockmap_progs_query() local
A Dkprobe_multi_test.c9 static void kprobe_multi_test_run(struct kprobe_multi *skel, bool test_return) in kprobe_multi_test_run()
42 struct kprobe_multi *skel = NULL; in test_skel_api() local
63 struct kprobe_multi *skel = NULL; in test_link_api() local
139 struct kprobe_multi *skel = NULL; in test_attach_api() local
216 struct kprobe_multi *skel = NULL; in test_attach_api_fails() local
411 struct kprobe_multi_empty *skel = NULL; in test_kprobe_multi_bench_attach() local
A Dbloom_filter_map.c83 static void check_bloom(struct bloom_filter_map *skel) in check_bloom()
98 static void test_inner_map(struct bloom_filter_map *skel, const __u32 *rand_vals, in test_inner_map()
145 struct bloom_filter_map *skel; in setup_progs() local
197 struct bloom_filter_map *skel; in test_bloom_filter_map() local
A Dbpf_iter_setsockopt_unix.c10 static int create_unix_socket(struct bpf_iter_setsockopt_unix *skel) in create_unix_socket()
39 static void test_sndbuf(struct bpf_iter_setsockopt_unix *skel, int fd) in test_sndbuf()
71 struct bpf_iter_setsockopt_unix *skel; in test_bpf_iter_setsockopt_unix() local
A Dtype_cast.c9 struct type_cast *skel; in test_xdp() local
46 struct type_cast *skel; in test_tc() local
87 struct type_cast *skel; in test_negative() local
/linux-6.3-rc2/kernel/bpf/preload/iterators/
A Diterators.lskel-big-endian.h24 iterators_bpf__dump_bpf_map__attach(struct iterators_bpf *skel) in iterators_bpf__dump_bpf_map__attach()
35 iterators_bpf__dump_bpf_prog__attach(struct iterators_bpf *skel) in iterators_bpf__dump_bpf_prog__attach()
46 iterators_bpf__attach(struct iterators_bpf *skel) in iterators_bpf__attach()
56 iterators_bpf__detach(struct iterators_bpf *skel) in iterators_bpf__detach()
62 iterators_bpf__destroy(struct iterators_bpf *skel) in iterators_bpf__destroy()
75 struct iterators_bpf *skel; in iterators_bpf__open() local
88 iterators_bpf__load(struct iterators_bpf *skel) in iterators_bpf__load()
396 struct iterators_bpf *skel; in iterators_bpf__open_and_load() local
A Diterators.lskel-little-endian.h26 iterators_bpf__dump_bpf_map__attach(struct iterators_bpf *skel) in iterators_bpf__dump_bpf_map__attach()
37 iterators_bpf__dump_bpf_prog__attach(struct iterators_bpf *skel) in iterators_bpf__dump_bpf_prog__attach()
48 iterators_bpf__attach(struct iterators_bpf *skel) in iterators_bpf__attach()
58 iterators_bpf__detach(struct iterators_bpf *skel) in iterators_bpf__detach()
64 iterators_bpf__destroy(struct iterators_bpf *skel) in iterators_bpf__destroy()
78 struct iterators_bpf *skel; in iterators_bpf__open() local
100 iterators_bpf__load(struct iterators_bpf *skel) in iterators_bpf__load()
413 struct iterators_bpf *skel; in iterators_bpf__open_and_load() local
/linux-6.3-rc2/drivers/hid/bpf/entrypoints/
A Dentrypoints.lskel.h22 entrypoints_bpf__hid_tail_call__attach(struct entrypoints_bpf *skel) in entrypoints_bpf__hid_tail_call__attach()
33 entrypoints_bpf__attach(struct entrypoints_bpf *skel) in entrypoints_bpf__attach()
42 entrypoints_bpf__detach(struct entrypoints_bpf *skel) in entrypoints_bpf__detach()
47 entrypoints_bpf__destroy(struct entrypoints_bpf *skel) in entrypoints_bpf__destroy()
59 struct entrypoints_bpf *skel; in entrypoints_bpf__open() local
72 entrypoints_bpf__load(struct entrypoints_bpf *skel) in entrypoints_bpf__load()
225 struct entrypoints_bpf *skel; in entrypoints_bpf__open_and_load() local

Completed in 28 milliseconds

123456789