Searched refs:msc_window (Results 1 – 1 of 1) sorted by relevance
54 struct msc_window { struct78 struct msc_window *start_win; argument79 struct msc_window *win;158 static struct msc_window *msc_oldest_window(struct msc *msc) in msc_oldest_window()160 struct msc_window *win; in msc_oldest_window()185 return list_entry(msc->win_list.next, struct msc_window, entry); in msc_oldest_window()194 static unsigned int msc_win_oldest_block(struct msc_window *win) in msc_win_oldest_block()222 static inline bool msc_is_last_win(struct msc_window *win) in msc_is_last_win()233 static struct msc_window *msc_next_window(struct msc_window *win) in msc_next_window()236 return list_entry(win->msc->win_list.next, struct msc_window, in msc_next_window()[all …]