Lines Matching refs:win_list
138 struct list_head win_list; member
306 return win->entry.next == &win->msc->win_list; in msc_is_last_win()
318 return list_first_entry(&win->msc->win_list, struct msc_window, in msc_next_window()
359 if (list_empty(&msc->win_list)) in msc_find_window()
367 list_for_each_entry(win, &msc->win_list, entry) { in msc_find_window()
395 if (list_empty(&msc->win_list)) in msc_oldest_window()
402 return list_first_entry(&msc->win_list, struct msc_window, entry); in msc_oldest_window()
659 list_for_each_entry(win, &msc->win_list, entry) { in msc_buffer_clear_hw_header()
1038 list_for_each_entry(win, &msc->win_list, entry) { in msc_buffer_set_uc()
1058 list_for_each_entry(win, &msc->win_list, entry) { in msc_buffer_set_wb()
1099 if (!list_empty(&msc->win_list)) { in msc_buffer_win_alloc()
1100 struct msc_window *prev = list_last_entry(&msc->win_list, in msc_buffer_win_alloc()
1119 if (list_empty(&msc->win_list)) { in msc_buffer_win_alloc()
1125 list_add_tail(&win->entry, &msc->win_list); in msc_buffer_win_alloc()
1164 if (list_empty(&msc->win_list)) { in msc_buffer_win_free()
1189 list_for_each_entry(win, &msc->win_list, entry) { in msc_buffer_relink()
1200 next_win = list_first_entry(&msc->win_list, in msc_buffer_relink()
1242 list_for_each_entry_safe(win, iter, &msc->win_list, entry) in msc_buffer_multi_free()
1396 list_for_each_entry(win, &msc->win_list, entry) in msc_buffer_get_page()
1690 INIT_LIST_HEAD(&msc->win_list); in intel_th_msc_init()
1704 if (list_empty(&msc->win_list)) in msc_win_switch()
1707 first = list_first_entry(&msc->win_list, struct msc_window, entry); in msc_win_switch()
1964 list_for_each_entry(win, &msc->win_list, entry) { in nr_pages_show()