Searched refs:rand_next (Results 1 – 1 of 1) sorted by relevance
146 rand_next (unsigned long long *seed) in rand_next() function160 buffer[i] = rand_next (&seed); in randomize_buffer()238 int j = i + (rand_next (&global_seed) in shuffle_allocation_tasks()324 if ((rand_next (&global_seed) % 4) == 0) in heap_activity()326 int slot = rand_next (&global_seed) % heap_activity_allocations_count; in heap_activity()330 alloc->size = rand_next (&global_seed) % (4096U + 1); in heap_activity()
Completed in 5 milliseconds