Searched refs:rand_stream_alloc (Results 1 – 3 of 3) sorted by relevance
13 struct rand_stream *rand_stream_alloc(int seed, size_t stream_buffer_size);
25 struct rand_stream *rand_stream_alloc(int seed, size_t stream_buffer_size) in rand_stream_alloc() function
209 s->read_rs = rand_stream_alloc(read_seed, 100); in test_200x_init_io_state()210 s->write_rs = rand_stream_alloc(write_seed, 100); in test_200x_init_io_state()