Lines Matching refs:win_list
112 struct list_head win_list; member
165 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()
718 list_add_tail(&win->entry, &msc->win_list); in msc_buffer_win_alloc()
752 if (list_empty(&msc->win_list)) { in msc_buffer_win_free()
784 list_for_each_entry(win, &msc->win_list, entry) { in msc_buffer_relink()
794 next_win = list_entry(msc->win_list.next, in msc_buffer_relink()
837 list_for_each_entry_safe(win, iter, &msc->win_list, entry) in msc_buffer_multi_free()
985 list_for_each_entry(win, &msc->win_list, entry) in msc_buffer_get_page()
1257 INIT_LIST_HEAD(&msc->win_list); in intel_th_msc_init()
1357 list_for_each_entry(win, &msc->win_list, entry) { in nr_pages_show()