nbits_max         821 drivers/char/random.c 	const int nbits_max = r->poolinfo->poolwords * 32;
nbits_max         827 drivers/char/random.c 	nbits = min(nbits,  nbits_max);