Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest-string_helpers.c17 char *out_test, size_t q_test) in test_string_check_buf() argument
19 if (q_real == q_test && !memcmp(out_test, out_real, q_test)) in test_string_check_buf()
27 out_test, q_test, true); in test_string_check_buf()
68 char *out_test = kmalloc(q_real, GFP_KERNEL); in test_string_unescape() local
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()
422 char *out_test = kmalloc(out_size, GFP_KERNEL); in test_string_escape() local
428 if (!out_test || !out_real || !in) in test_string_escape()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c840 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()