Searched refs:win_list (Results 1 – 1 of 1) sorted by relevance
106 struct list_head win_list; member158 if (list_empty(&msc->win_list)) in msc_oldest_window()166 list_for_each_entry(win, &msc->win_list, entry) { in msc_oldest_window()178 return list_entry(msc->win_list.next, struct msc_window, entry); in msc_oldest_window()217 return win->entry.next == &win->msc->win_list; in msc_is_last_win()229 return list_entry(win->msc->win_list.next, struct msc_window, in msc_next_window()464 list_for_each_entry(win, &msc->win_list, entry) { in msc_buffer_clear_hw_header()696 if (!list_empty(&msc->win_list)) { in msc_buffer_win_alloc()697 struct msc_window *prev = list_entry(msc->win_list.prev, in msc_buffer_win_alloc()720 if (list_empty(&msc->win_list)) { in msc_buffer_win_alloc()[all …]