Searched refs:hole_cache (Results 1 - 1 of 1) sorted by path

/linux-master/arch/m68k/sun3/
H A Dsun3dvma.c37 static struct list_head hole_cache; variable in typeref:struct:list_head
112 list_move(&(prev->list), &hole_cache);
125 if(list_empty(&hole_cache)) {
132 ret = list_entry(hole_cache.next, struct hole, list);
148 print_holes(&hole_cache);
174 list_move(&(hole->list), &hole_cache);
242 INIT_LIST_HEAD(&hole_cache);
246 list_add(&(initholes[i].list), &hole_cache);

Completed in 178 milliseconds