Searched refs:my_value (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dlinked_maps1.c9 struct my_value { long x; }; struct
14 __type(value, struct my_value);
50 struct my_value val_struct = { .x = 1000 };
65 struct my_value *value_struct;
H A Dtest_skeleton.c58 struct my_value { int x, y, z; }; struct
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; struct

Completed in 174 milliseconds