Lines Matching defs:next_win
1184 struct msc_window *win, *next_win;
1193 * Last window's next_win should point to the first window
1198 next_win = list_first_entry(&msc->win_list,
1201 next_win = list_next_entry(win, entry);
1209 bdesc->next_win = msc_win_base_pfn(next_win);
1753 struct msc_window *win, *next_win;
1772 next_win = msc_next_window(win);
1773 if (!next_win)
1777 if (msc_win_set_lockout(next_win, WIN_READY, WIN_INUSE)) {
1781 msc->switch_on_unlock = next_win;