Home
last modified time | relevance | path

Searched refs:my_value (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_maps1.c9 struct my_value { long x; }; argument
14 __type(value, struct my_value);
50 struct my_value val_struct = { .x = 1000 }; in BPF_PROG()
65 struct my_value *value_struct; in BPF_PROG()
H A Dtest_skeleton.c58 struct my_value { int x, y, z; }; argument
61 static struct my_value zero_value SEC(".data.non_mmapable");
66 __type(value, struct my_value);
H A Dlinked_maps2.c10 typedef struct my_value { long x; } value_type; argument
/linux/Documentation/process/debugging/
H A Ddriver_development_debugging_guide.rst149 - Create a file (``debugfs_create_u32("my_value", 444, parent, &my_variable);``)
152 ``/sys/kernel/debug/my_driver/my_value`` (with read permissions for