Searched refs:allocate_buffer (Results 1 – 1 of 1) sorted by relevance
119 static void *allocate_buffer(size_t size) in allocate_buffer() function497 blkbuf = allocate_buffer((blocks_at_once + 1) * block_size); in test_ro()499 blkbuf = allocate_buffer(blocks_at_once * block_size); in test_ro()599 buffer = allocate_buffer(2 * blocks_at_once * block_size); in test_rw()758 blkbuf = allocate_buffer(3 * blocks_at_once * block_size); in test_nd()