recorded          102 arch/microblaze/kernel/ftrace.c static unsigned int recorded; /* if save was or not */
recorded          133 arch/microblaze/kernel/ftrace.c 	if (recorded == 0) {
recorded          134 arch/microblaze/kernel/ftrace.c 		recorded = 1;
recorded          323 arch/mips/mm/init.c 	} recorded = { { { 0 } }, 0 };
recorded          337 arch/mips/mm/init.c 	if (recorded.used) {
recorded          338 arch/mips/mm/init.c 		used = maar_config(recorded.cfgs, recorded.used, num_maars / 2);
recorded          339 arch/mips/mm/init.c 		BUG_ON(used != recorded.used);
recorded          353 arch/mips/mm/init.c 	if (recorded.used)
recorded          384 arch/mips/mm/init.c 		if (used <= ARRAY_SIZE(recorded.cfgs)) {
recorded          385 arch/mips/mm/init.c 			recorded.cfgs[recorded.used].lower = lower;
recorded          386 arch/mips/mm/init.c 			recorded.cfgs[recorded.used].upper = upper;
recorded          387 arch/mips/mm/init.c 			recorded.cfgs[recorded.used].attrs = attr;
recorded          388 arch/mips/mm/init.c 			recorded.used++;