Searched refs:next_win (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/hwtracing/intel_th/
H A Dmsu.c1196 struct msc_window *win, *next_win; local
1205 * Last window's next_win should point to the first window
1210 next_win = list_first_entry(&msc->win_list,
1213 next_win = list_next_entry(win, entry);
1221 bdesc->next_win = msc_win_base_pfn(next_win);
1775 struct msc_window *win, *next_win; local
1794 next_win = msc_next_window(win);
1795 if (!next_win)
1799 if (msc_win_set_lockout(next_win, WIN_READ
[all...]
H A Dmsu.h58 u32 next_win; member in struct:msc_block_desc

Completed in 154 milliseconds