Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_global_func_args.c11 struct S global_variable = {}; variable
76 global_variable.v = 42; in test_cls()
77 bar(index++, &global_variable); in test_cls()
78 save_value(index++, global_variable.v); in test_cls()