Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/ !
H A Dtest_rdonly_maps.c17 } rdonly_values = { .a = {2, 3, 4, 5} }; variable
29 unsigned * volatile p = (void *)&rdonly_values.a; in skip_loop()
48 unsigned * volatile p = (void *)&rdonly_values.a; in part_loop()
67 unsigned * volatile p = (void *)&rdonly_values.a; in full_loop()
68 int i = ARRAY_SIZE(rdonly_values.a); in full_loop()