Searched refs:msc_window (Results 1 – 1 of 1) sorted by relevance
48 struct msc_window { struct72 struct msc_window *start_win; argument73 struct msc_window *win;151 static struct msc_window *msc_oldest_window(struct msc *msc) in msc_oldest_window()153 struct msc_window *win; in msc_oldest_window()178 return list_entry(msc->win_list.next, struct msc_window, entry); in msc_oldest_window()187 static unsigned int msc_win_oldest_block(struct msc_window *win) in msc_win_oldest_block()215 static inline bool msc_is_last_win(struct msc_window *win) in msc_is_last_win()226 static struct msc_window *msc_next_window(struct msc_window *win) in msc_next_window()229 return list_entry(win->msc->win_list.next, struct msc_window, in msc_next_window()[all …]