Searched defs:msc_iter (Results 1 – 1 of 1) sorted by relevance
75 struct msc_iter { struct76 struct list_head entry;77 struct msc *msc;78 struct msc_window *start_win;79 struct msc_window *win;80 unsigned long offset;81 int start_block;82 int block;83 unsigned int block_off;84 unsigned int wrap_count;[all …]