Searched refs:global_seed (Results 1 – 2 of 2) sorted by relevance
141 static unsigned long long global_seed; variable238 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()
29613 [TEST_COMPAT (libc, GLIBC_2_0, GLIBC_2_25)](global_seed): Remove.29650 (global_seed): New.