testval2           47 kern/test/synchtest.c static volatile unsigned long testval2;
testval2          192 kern/test/synchtest.c 		testval2 = num*num;
testval2          195 kern/test/synchtest.c 		if (testval2 != testval1*testval1) {
testval2          199 kern/test/synchtest.c 		if (testval2%3 != (testval3*testval3)%3) {
testval2          211 kern/test/synchtest.c 		if (testval2 != num*num) {