Home
last modified time | relevance | path

Searched refs:next_win (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hwtracing/intel_th/
H A Dmsu.c1196 struct msc_window *win, *next_win; in msc_buffer_relink() local
1210 next_win = list_first_entry(&msc->win_list, in msc_buffer_relink()
1213 next_win = list_next_entry(win, entry); in msc_buffer_relink()
1221 bdesc->next_win = msc_win_base_pfn(next_win); in msc_buffer_relink()
1774 struct msc_window *win, *next_win; in intel_th_msc_interrupt() local
1793 next_win = msc_next_window(win); in intel_th_msc_interrupt()
1794 if (!next_win) in intel_th_msc_interrupt()
1798 if (msc_win_set_lockout(next_win, WIN_READY, WIN_INUSE)) { in intel_th_msc_interrupt()
1802 msc->switch_on_unlock = next_win; in intel_th_msc_interrupt()
H A Dmsu.h58 u32 next_win; member