Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/intel_th/
H A Dmsu.c147 struct list_head win_list; member
315 return win->entry.next == &win->msc->win_list; in msc_is_last_win()
327 return list_first_entry(&win->msc->win_list, struct msc_window, in msc_next_window()
368 if (list_empty(&msc->win_list)) in msc_find_window()
376 list_for_each_entry(win, &msc->win_list, entry) { in msc_find_window()
404 if (list_empty(&msc->win_list)) in msc_oldest_window()
411 return list_first_entry(&msc->win_list, struct msc_window, entry); in msc_oldest_window()
668 list_for_each_entry(win, &msc->win_list, entry) { in msc_buffer_clear_hw_header()
1046 list_for_each_entry(win, &msc->win_list, entry) { in msc_buffer_set_uc()
1066 list_for_each_entry(win, &msc->win_list, entry) { in msc_buffer_set_wb()
[all …]
/linux/arch/powerpc/platforms/pseries/
H A Dvas.h133 struct list_head win_list; member