Searched defs:msc_iter (Results 1 – 1 of 1) sorted by relevance
69 struct msc_iter { struct70 struct list_head entry;71 struct msc *msc;72 struct msc_window *start_win;73 struct msc_window *win;74 unsigned long offset;75 int start_block;76 int block;77 unsigned int block_off;78 unsigned int wrap_count;[all …]