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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_rdonly_maps.c16 } rdonly_values = { .a = {2, 3, 4, 5} }; variable in typeref:struct:__anon2875
28 unsigned * volatile p = (void *)&rdonly_values.a;
47 unsigned * volatile p = (void *)&rdonly_values.a;
66 unsigned * volatile p = (void *)&rdonly_values.a;
67 int i = sizeof(rdonly_values.a) / sizeof(rdonly_values.a[0]);

Completed in 288 milliseconds