Searched refs:orig_test_buf (Results 1 – 1 of 1) sorted by relevance
18 static u8 *orig_test_buf; variable85 orig_test_buf = vmalloc(alloc_len); in hash_suite_init()86 if (!orig_test_buf) in hash_suite_init()89 test_buf = orig_test_buf + alloc_len - TEST_BUF_LEN; in hash_suite_init()95 vfree(orig_test_buf); in hash_suite_exit()96 orig_test_buf = NULL; in hash_suite_exit()
Completed in 5 milliseconds