hole_cache         50 arch/m68k/sun3/sun3dvma.c static struct list_head hole_cache;
hole_cache        125 arch/m68k/sun3/sun3dvma.c 			list_move(&(prev->list), &hole_cache);
hole_cache        138 arch/m68k/sun3/sun3dvma.c 	if(list_empty(&hole_cache)) {
hole_cache        145 arch/m68k/sun3/sun3dvma.c 	ret = list_entry(hole_cache.next, struct hole, list);
hole_cache        161 arch/m68k/sun3/sun3dvma.c 		print_holes(&hole_cache);
hole_cache        187 arch/m68k/sun3/sun3dvma.c 			list_move(&(hole->list), &hole_cache);
hole_cache        257 arch/m68k/sun3/sun3dvma.c 	INIT_LIST_HEAD(&hole_cache);
hole_cache        261 arch/m68k/sun3/sun3dvma.c 		list_add(&(initholes[i].list), &hole_cache);