Searched refs:free_chance (Results 1 – 1 of 1) sorted by relevance
68 uint32_t free_chance = 0xffffffffU; in rand_alloc_choice() local71 free_chance = full_pct * (0x80000000U / target); in rand_alloc_choice()74 return rand32() > free_chance; in rand_alloc_choice()