Lines Matching defs:test
23 struct kunit *test = kunit_get_current_test(); in replacement_xe_managed_bo_create_pin_map() local
52 static int guc_buf_test_init(struct kunit *test) in guc_buf_test_init()
81 static void test_smallest(struct kunit *test) in test_smallest()
95 static void test_largest(struct kunit *test) in test_largest()
109 static void test_granular(struct kunit *test) in test_granular()
129 static void test_unique(struct kunit *test) in test_unique()
155 static void test_overlap(struct kunit *test) in test_overlap()
189 static void test_reusable(struct kunit *test) in test_reusable()
208 static void test_too_big(struct kunit *test) in test_too_big()
218 static void test_flush(struct kunit *test) in test_flush()
248 static void test_lookup(struct kunit *test) in test_lookup()
273 static void test_data(struct kunit *test) in test_data()
288 static void test_class(struct kunit *test) in test_class()