Lines Matching full:custom
30 const char *custpinpath = "/sys/fs/bpf/custom/pinmap"; in test_pinning()
33 const char *custpath = "/sys/fs/bpf/custom"; in test_pinning()
151 /* check that nopinmap was pinned at the custom path */ in test_pinning()
156 /* remove the custom pin path to re-test it with auto-pinning below */ in test_pinning()
209 /* test auto-pinning at custom path with open opt */ in test_pinning()
217 if (CHECK(err, "custom load", "err %d errno %d\n", err, errno)) in test_pinning()
220 /* check that pinmap was pinned at the custom path */ in test_pinning()
225 /* remove the custom pin path to re-test it with reuse fd below */ in test_pinning()
236 /* test pinning at custom path with reuse fd */ in test_pinning()
262 if (CHECK(err, "custom load", "err %d errno %d\n", err, errno)) in test_pinning()
265 /* check that pinmap was pinned at the custom path */ in test_pinning()