Home
last modified time | relevance | path

Searched refs:out_test (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/lib/
A Dtest-string_helpers.c17 char *out_test, size_t q_test) in test_string_check_buf() argument
27 out_test, q_test, true); in test_string_check_buf()
72 if (!in || !out_test || !out_real) in test_string_unescape()
88 memcpy(&out_test[q_test], s, len); in test_string_unescape()
107 out_test, q_test); in test_string_unescape()
110 kfree(out_test); in test_string_unescape()
428 if (!out_test || !out_real || !in) in test_string_escape()
440 out_test[q_test++] = '\0'; in test_string_escape()
442 out_test[q_test++] = '\\'; in test_string_escape()
443 out_test[q_test++] = '0'; in test_string_escape()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/selftests/
A Di915_gem_context.c832 goto out_test; in igt_shared_ctx_exec()
845 goto out_test; in igt_shared_ctx_exec()
858 goto out_test; in igt_shared_ctx_exec()
865 goto out_test; in igt_shared_ctx_exec()
889 goto out_test; in igt_shared_ctx_exec()
896 out_test: in igt_shared_ctx_exec()

Completed in 8 milliseconds