Home
last modified time | relevance | path

Searched defs:foo (Results 1 – 25 of 118) sorted by relevance

12345

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dlinked_list.h14 struct foo { struct
25 struct bpf_list_head head __contains(foo, node2); argument
Dtest_global_data.c24 struct foo { struct
34 __type(value, struct foo); argument
Dtest_spin_lock_fail.c7 struct foo { struct
15 __type(value, struct foo); argument
Dverifier_map_ptr.c12 int foo[MAX_ENTRIES]; member
23 long long foo; member
Dbad_struct_ops2.c14 void foo(void) {} in foo() function
Dtest_global_func7.c9 void foo(struct __sk_buff *skb) in foo() function
Dtest_global_func8.c8 __noinline int foo(struct __sk_buff *skb) in foo() function
Dtest_global_func14.c9 __noinline int foo(const struct S *s) in foo() function
Dtest_global_func17.c6 __noinline int foo(int *p) in foo() function
Dtest_global_func16.c7 __noinline int foo(int (*arr)[10]) in foo() function
Dtest_global_func15.c7 __noinline int foo(unsigned int *v) in foo() function
Dtest_global_func11.c11 __noinline int foo(const struct S *s) in foo() function
/linux-6.12.1/drivers/gpu/drm/xe/tests/
Dxe_args_test.c12 #define foo X, Y, Z, Q in call_args_example() macro
26 #define foo X, Y, Z, Q in drop_first_arg_example() macro
39 #define foo X, Y, Z, Q in first_arg_example() macro
53 #define foo X, Y, Z, Q in last_arg_example() macro
67 #define foo X, Y, Z, Q in pick_arg_example() macro
83 #define foo(f) f(X) f(Y) f(Z) f(Q) in sep_comma_example() macro
158 #define foo DROP_FIRST_ARG(FOO_ARGS) in drop_first_arg_test() macro
/linux-6.12.1/samples/kobject/
Dkset-example.c31 int foo; 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()
/linux-6.12.1/lib/
Dtest_debug_virtual.c16 struct foo { struct
20 static struct foo *foo; argument
/linux-6.12.1/fs/gfs2/
Dmain.c34 static void gfs2_init_inode_once(void *foo) in gfs2_init_inode_once()
50 static void gfs2_init_glock_once(void *foo) in gfs2_init_glock_once()
62 static void gfs2_init_gl_aspace_once(void *foo) in gfs2_init_gl_aspace_once()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dglobal_data.c69 struct foo { struct
78 struct foo val; in test_global_data_struct() argument
/linux-6.12.1/drivers/misc/lkdtm/
Dfortify.c17 int foo; in lkdtm_FORTIFY_STR_OBJECT() member
73 int foo; in lkdtm_FORTIFY_MEM_OBJECT() member
/linux-6.12.1/drivers/usb/phy/
Dphy-fsl-usb.c221 void b_data_pulse_end(unsigned long foo) in b_data_pulse_end()
240 void b_vbus_pulse_end(unsigned long foo) in b_vbus_pulse_end()
253 void b_srp_end(unsigned long foo) in b_srp_end()
268 void a_wait_enum(unsigned long foo) in a_wait_enum()
/linux-6.12.1/arch/x86/kernel/
Dasm-offsets_32.c13 void foo(void) in foo() function
/linux-6.12.1/arch/alpha/kernel/
Dasm-offsets.c15 static void __used foo(void) in foo() function
/linux-6.12.1/arch/x86/um/shared/sysdep/
Dkernel-offsets.h12 void foo(void) in foo() function
/linux-6.12.1/arch/sparc/kernel/
Dasm-offsets.c48 static int __used foo(void) in foo() function
/linux-6.12.1/arch/x86/um/
Duser-offsets.c20 void foo(void) in foo() function
/linux-6.12.1/samples/bpf/
Dspintest.bpf.c36 #define PROG(foo) \ argument

12345