Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dcore_kern.c24 } array2 SEC(".maps");
33 map = (struct bpf_map *)&array2; in randmap()
/openbmc/linux/lib/kunit/
H A Dkunit-example-test.c111 const u32 array2[] = { 0x1F, 0xFF }; in example_all_expect_macros_test() local
138 KUNIT_EXPECT_MEMNEQ(test, array1, array2, sizeof(array1)); in example_all_expect_macros_test()