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()
142 /* check that nopinmap was pinned at the custom path */ in test_pinning()
147 /* remove the custom pin path to re-test it with auto-pinning below */ in test_pinning()
200 /* test auto-pinning at custom path with open opt */ in test_pinning()
208 if (CHECK(err, "custom load", "err %d errno %d\n", err, errno)) in test_pinning()
211 /* check that pinmap was pinned at the custom path */ in test_pinning()
216 /* remove the custom pin path to re-test it with reuse fd below */ in test_pinning()
227 /* test pinning at custom path with reuse fd */ in test_pinning()
253 if (CHECK(err, "custom load", "err %d errno %d\n", err, errno)) in test_pinning()
256 /* check that pinmap was pinned at the custom path */ in test_pinning()