Searched refs:WIN_READY (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/ |
H A D | msu.c | 37 * WIN_READY: window can be used by HW 51 WIN_READY = 0, enumerator 739 if (expect == WIN_READY && old == WIN_LOCKED) in msc_win_set_lockout() 771 if (msc_win_set_lockout(msc->cur_win, WIN_READY, WIN_INUSE)) in msc_configure() 1090 win->lockout = WIN_READY; in msc_buffer_win_alloc() 1733 msc_win_set_lockout(win, WIN_LOCKED, WIN_READY); in intel_th_msc_window_unlock() 1777 if (msc_win_set_lockout(next_win, WIN_READY, WIN_INUSE)) { in intel_th_msc_interrupt()
|
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/ |
H A D | msu.c | 37 * WIN_READY: window can be used by HW 51 WIN_READY = 0, enumerator 737 if (expect == WIN_READY && old == WIN_LOCKED) in msc_win_set_lockout() 769 if (msc_win_set_lockout(msc->cur_win, WIN_READY, WIN_INUSE)) in msc_configure() 1104 win->lockout = WIN_READY; in msc_buffer_win_alloc() 1747 msc_win_set_lockout(win, WIN_LOCKED, WIN_READY); in intel_th_msc_window_unlock() 1791 if (msc_win_set_lockout(next_win, WIN_READY, WIN_INUSE)) { in intel_th_msc_interrupt()
|
Completed in 6 milliseconds