Searched refs:alloc_len (Results 1 – 1 of 1) sorted by relevance
83 size_t alloc_len = round_up(TEST_BUF_LEN, PAGE_SIZE); in hash_suite_init() local85 orig_test_buf = vmalloc(alloc_len); in hash_suite_init()89 test_buf = orig_test_buf + alloc_len - TEST_BUF_LEN; in hash_suite_init()
Completed in 3 milliseconds