Searched refs:full_pct (Results 1 – 1 of 1) sorted by relevance
66 uint32_t full_pct = (100 * sr->bytes_alloced) / sr->total_bytes; in rand_alloc_choice() local70 if (full_pct < sr->target_percent) { in rand_alloc_choice()71 free_chance = full_pct * (0x80000000U / target); in rand_alloc_choice()