Searched refs:out_test (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/lib/ |
D | string_helpers_kunit.c | 18 char *out_test, size_t q_test) in test_string_check_buf() argument 21 KUNIT_EXPECT_MEMEQ_MSG(test, out_test, out_real, q_test, in test_string_check_buf() 60 char *out_test = kunit_kzalloc(test, q_real, GFP_KERNEL); in test_string_unescape() local 65 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, out_test); in test_string_unescape() 81 memcpy(&out_test[q_test], s, len); in test_string_unescape() 100 out_test, q_test); in test_string_unescape() 410 char *out_test = kunit_kzalloc(test, out_size, GFP_KERNEL); in test_string_escape() local 416 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, out_test); in test_string_escape() 429 out_test[q_test++] = '\0'; in test_string_escape() 431 out_test[q_test++] = '\\'; in test_string_escape() [all …]
|
/linux-6.12.1/drivers/gpu/drm/i915/gem/selftests/ |
D | i915_gem_context.c | 840 goto out_test; in igt_shared_ctx_exec() 853 goto out_test; in igt_shared_ctx_exec() 866 goto out_test; in igt_shared_ctx_exec() 873 goto out_test; in igt_shared_ctx_exec() 897 goto out_test; in igt_shared_ctx_exec() 904 out_test: in igt_shared_ctx_exec()
|