Lines Matching refs:GFP_KERNEL
60 stream = kunit_alloc_string_stream(test, GFP_KERNEL); in kunit_test_assert_prologue()
103 stream = kunit_alloc_string_stream(test, GFP_KERNEL); in kunit_test_assert_print_msg()
147 stream = kunit_alloc_string_stream(test, GFP_KERNEL); in kunit_test_unary_assert_format()
168 stream = kunit_alloc_string_stream(test, GFP_KERNEL); in kunit_test_ptr_not_err_assert_format()
199 stream = kunit_alloc_string_stream(test, GFP_KERNEL); in kunit_test_binary_assert_format()
241 addr_var_a = kunit_kzalloc(test, TEST_PTR_EXPECTED_BUF_SIZE, GFP_KERNEL); in kunit_test_binary_ptr_assert_format()
243 addr_var_b = kunit_kzalloc(test, TEST_PTR_EXPECTED_BUF_SIZE, GFP_KERNEL); in kunit_test_binary_ptr_assert_format()
253 stream = kunit_alloc_string_stream(test, GFP_KERNEL); in kunit_test_binary_ptr_assert_format()
277 stream = kunit_alloc_string_stream(test, GFP_KERNEL); in kunit_test_binary_str_assert_format()
309 stream = kunit_alloc_string_stream(test, GFP_KERNEL); in kunit_test_assert_hexdump()
345 expected_stream = kunit_alloc_string_stream(test, GFP_KERNEL); in kunit_test_mem_assert_format()
347 stream = kunit_alloc_string_stream(test, GFP_KERNEL); in kunit_test_mem_assert_format()