Searched refs:win_list (Results 1 – 1 of 1) sorted by relevance
112 struct list_head win_list; member165 if (list_empty(&msc->win_list)) in msc_oldest_window()173 list_for_each_entry(win, &msc->win_list, entry) { in msc_oldest_window()185 return list_entry(msc->win_list.next, struct msc_window, entry); in msc_oldest_window()224 return win->entry.next == &win->msc->win_list; in msc_is_last_win()236 return list_entry(win->msc->win_list.next, struct msc_window, in msc_next_window()458 list_for_each_entry(win, &msc->win_list, entry) { in msc_buffer_clear_hw_header()689 if (!list_empty(&msc->win_list)) { in msc_buffer_win_alloc()690 struct msc_window *prev = list_entry(msc->win_list.prev, in msc_buffer_win_alloc()713 if (list_empty(&msc->win_list)) { in msc_buffer_win_alloc()[all …]