Home
last modified time | relevance | path

Searched +defs:foo +defs:bar (Results 1 – 17 of 17) sorted by relevance

/linux-6.14.4/drivers/gpu/drm/xe/tests/
Dxe_args_test.c12 #define foo X, Y, Z, Q in call_args_example() macro
13 #define bar COUNT_ARGS(foo) in call_args_example() macro
26 #define foo X, Y, Z, Q in drop_first_arg_example() macro
27 #define bar CALL_ARGS(COUNT_ARGS, DROP_FIRST_ARG(foo)) in drop_first_arg_example() macro
39 #define foo X, Y, Z, Q in first_arg_example() macro
40 #define bar FIRST_ARG(foo) in first_arg_example() macro
53 #define foo X, Y, Z, Q in last_arg_example() macro
54 #define bar LAST_ARG(foo) in last_arg_example() macro
67 #define foo X, Y, Z, Q in pick_arg_example() macro
68 #define bar PICK_ARG(2, foo) in pick_arg_example() macro
[all …]
/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dlinked_list.h9 struct bar { struct
14 struct foo { struct
16 struct bpf_list_head head __contains(bar, node); argument
25 struct bpf_list_head head __contains(foo, node2); argument
Dtest_global_data.c24 struct foo { struct
34 __type(value, struct foo); argument
74 static const __u64 bar = ~0; in load_static_data() local
Dverifier_map_ptr.c12 int foo[MAX_ENTRIES]; member
23 long long foo; member
24 long long bar; member
Dstruct_ops_autocreate2.c12 int BPF_PROG(foo) in BPF_PROG() argument
19 int BPF_PROG(bar) in BPF_PROG() argument
Dtest_global_func_args.c25 __noinline int foo(__u32 index, struct S *s) in foo() function
37 __noinline int bar(__u32 index, volatile struct S *s) in bar() function
Dverifier_const.c9 const volatile long foo = 42; variable
10 long bar; variable
Dtest_global_func9.c30 __noinline int foo(const struct S *s) in foo() function
38 __noinline int bar(int *x) in bar() function
Dverifier_value_ptr_arith.c13 int foo[MAX_ENTRIES]; member
24 long long foo; member
25 long long bar; member
Dverifier_helper_value_access.c9 long long foo; member
10 long long bar; member
24 int foo[MAX_ENTRIES]; member
/linux-6.14.4/lib/
Dtest_debug_virtual.c16 struct foo { struct
17 unsigned int bar; member
20 static struct foo *foo; argument
Doverflow_kunit.c1174 struct foo { struct
1180 struct bar { struct
1189 DEFINE_RAW_FLEX(struct foo, two_but_zero, array, 2); in DEFINE_FLEX_test() argument
1196 DEFINE_RAW_FLEX(struct bar, two, array, 2); in DEFINE_FLEX_test() argument
/linux-6.14.4/samples/kobject/
Dkset-example.c31 int foo; member
33 int bar; member
57 struct foo_obj *foo; in foo_attr_show() local
77 struct foo_obj *foo; in foo_attr_store() local
103 struct foo_obj *foo; in foo_release() local
201 struct foo_obj *foo; in create_foo_obj() local
236 static void destroy_foo_obj(struct foo_obj *foo) in destroy_foo_obj()
Dkobject-example.c21 static int foo; variable
23 static int bar; variable
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Dcgroup_attach_override.c28 int drop_prog = -1, allow_prog = -1, foo = -1, bar = -1; in serial_test_cgroup_attach_override() local
/linux-6.14.4/tools/perf/tests/
Ddlfilter-test.c46 u64 foo; member
47 u64 bar; member
/linux-6.14.4/tools/testing/selftests/bpf/
Dtest_verifier.c178 int foo[MAX_ENTRIES]; member
182 long long foo; member
183 long long bar; member