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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dfreplace_get_constant.c6 volatile __u64 test_get_constant = 0; variable
12 test_get_constant = 1;
13 return test_get_constant; /* original get_constant() returns val - 122 */
H A Dfexit_bpf2bpf.c145 volatile __u64 test_get_constant = 0; variable
151 test_get_constant = 1;
152 return test_get_constant; /* original get_constant() returns val - 122 */

Completed in 117 milliseconds