Searched refs:win_list (Results 1 – 1 of 1) sorted by relevance
138 struct list_head win_list; member302 return win->entry.next == &win->msc->win_list; in msc_is_last_win()314 return list_first_entry(&win->msc->win_list, struct msc_window, in msc_next_window()355 if (list_empty(&msc->win_list)) in msc_find_window()363 list_for_each_entry(win, &msc->win_list, entry) { in msc_find_window()391 if (list_empty(&msc->win_list)) in msc_oldest_window()398 return list_first_entry(&msc->win_list, struct msc_window, entry); in msc_oldest_window()655 list_for_each_entry(win, &msc->win_list, entry) { in msc_buffer_clear_hw_header()1078 if (!list_empty(&msc->win_list)) { in msc_buffer_win_alloc()1079 struct msc_window *prev = list_last_entry(&msc->win_list, in msc_buffer_win_alloc()[all …]