Lines Matching +full:auto +full:- +full:load
1 // SPDX-License-Identifier: GPL-2.0
48 if (CHECK(err != -EINVAL, "invalid open", "err %d errno %d\n", err, errno)) { in test_pinning()
62 if (CHECK(err, "default load", "err %d errno %d\n", err, errno)) in test_pinning()
95 if (CHECK(err, "default load", "err %d errno %d\n", err, errno)) in test_pinning()
98 /* check that same map ID was reused for second load */ in test_pinning()
104 /* should be no-op to re-pin same map */ in test_pinning()
110 if (CHECK(err, "re-pin map", "err %d errno %d\n", err, errno)) in test_pinning()
123 /* and re-pin them... */ in test_pinning()
132 /* set pinning path of other map and re-pin all */ in test_pinning()
156 /* remove the custom pin path to re-test it with auto-pinning below */ in test_pinning()
193 if (CHECK(err != -EINVAL, "param mismatch load", "err %d errno %d\n", err, errno)) 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()
225 /* remove the custom pin path to re-test it with reuse fd below */ in test_pinning()
262 if (CHECK(err, "custom load", "err %d errno %d\n", err, errno)) in test_pinning()