bestgenperf       151 lib/raid6/algos.c 	unsigned long perf, bestgenperf, bestxorperf, j0, j1;
bestgenperf       156 lib/raid6/algos.c 	for (bestgenperf = 0, bestxorperf = 0, best = NULL, algo = raid6_algos; *algo; algo++) {
bestgenperf       179 lib/raid6/algos.c 			if (perf > bestgenperf) {
bestgenperf       180 lib/raid6/algos.c 				bestgenperf = perf;
bestgenperf       214 lib/raid6/algos.c 		       (bestgenperf*HZ) >> (20-16+RAID6_TIME_JIFFIES_LG2));