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

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

Completed in 154 milliseconds