Searched refs:last_plane (Results 1 – 1 of 1) sorted by relevance
288 static int last_plane = -1; in next_plane() local290 int found, start_plane = last_plane; in next_plane()294 last_plane++; in next_plane()295 if (last_plane >= 26) in next_plane()296 last_plane = 0; in next_plane()298 if (pp->plane_no == last_plane) { in next_plane()304 if (pp->plane_no == last_plane) { in next_plane()308 } while (found && last_plane != start_plane); in next_plane()309 if (last_plane == start_plane) in next_plane()311 return (last_plane); in next_plane()