Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dpinning.c36 __u32 map_id, map_id2, duration = 0; in test_pinning() local
99 map_id2 = get_map_id(obj, "pinmap"); in test_pinning()
100 if (CHECK(map_id != map_id2, "check reuse", in test_pinning()
101 "err %d errno %d id %d id2 %d\n", err, errno, map_id, map_id2)) in test_pinning()