Home
last modified time | relevance | path

Searched refs:next_win (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/
H A Dmsu.h58 u32 next_win; member
H A Dmsu.c1184 struct msc_window *win, *next_win; in msc_buffer_relink() local
1193 * Last window's next_win should point to the first window in msc_buffer_relink()
1198 next_win = list_first_entry(&msc->win_list, in msc_buffer_relink()
1201 next_win = list_next_entry(win, entry); in msc_buffer_relink()
1209 bdesc->next_win = msc_win_base_pfn(next_win); in msc_buffer_relink()
1753 struct msc_window *win, *next_win; in intel_th_msc_interrupt() local
1772 next_win = msc_next_window(win); in intel_th_msc_interrupt()
1773 if (!next_win) in intel_th_msc_interrupt()
1777 if (msc_win_set_lockout(next_win, WIN_READ in intel_th_msc_interrupt()
[all...]
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/
H A Dmsu.h58 u32 next_win; member
H A Dmsu.c1194 struct msc_window *win, *next_win; in msc_buffer_relink() local
1203 * Last window's next_win should point to the first window in msc_buffer_relink()
1208 next_win = list_first_entry(&msc->win_list, in msc_buffer_relink()
1211 next_win = list_next_entry(win, entry); in msc_buffer_relink()
1219 bdesc->next_win = msc_win_base_pfn(next_win); in msc_buffer_relink()
1767 struct msc_window *win, *next_win; in intel_th_msc_interrupt() local
1786 next_win = msc_next_window(win); in intel_th_msc_interrupt()
1787 if (!next_win) in intel_th_msc_interrupt()
1791 if (msc_win_set_lockout(next_win, WIN_READ in intel_th_msc_interrupt()
[all...]

Completed in 6 milliseconds