Searched refs:error_probability (Results 1 – 1 of 1) sorted by relevance
36 static unsigned int error_probability = 50; /* to be set between 0 and 100 */ variable55 if ((prandom_u32() % 100) < error_probability) { in gpu_generate_error()