Home
last modified time | relevance | path

Searched refs:win_list (Results 1 – 3 of 3) 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.c451 list_add(&txwin->win_list, &caps->list); in vas_allocate_window()
547 list_del(&win->win_list); in vas_deallocate_window()
683 list_for_each_entry_safe(win, tmp, &vcaps->list, win_list) { in reconfig_open_windows()
699 list_for_each_entry_safe_from(win, tmp, &vcaps->list, win_list) { in reconfig_open_windows()
774 list_for_each_entry_safe(win, tmp, &vcap->list, win_list) { in reconfig_close_windows()
H A Dvas.h133 struct list_head win_list; member