Searched refs:q_real (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/lib/ |
D | string_helpers_kunit.c | 17 char *out_real, size_t q_real, in test_string_check_buf() argument 20 KUNIT_ASSERT_EQ_MSG(test, q_real, q_test, "name:%s", name); in test_string_check_buf() 58 int q_real = 256; in test_string_unescape() local 59 char *in = kunit_kzalloc(test, q_real, GFP_KERNEL); in test_string_unescape() 60 char *out_test = kunit_kzalloc(test, q_real, GFP_KERNEL); in test_string_unescape() 61 char *out_real = kunit_kzalloc(test, q_real, GFP_KERNEL); in test_string_unescape() 90 q_real = string_unescape_any_inplace(out_real); in test_string_unescape() 92 q_real = string_unescape_inplace(out_real, flags); in test_string_unescape() 94 q_real = string_unescape_any(in, out_real, q_real); in test_string_unescape() 96 q_real = string_unescape(in, out_real, q_real, flags); in test_string_unescape() [all …]
|