Searched refs:win_list (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/hwtracing/intel_th/ |
| D | msu.c | 138 struct list_head win_list; member 306 return win->entry.next == &win->msc->win_list; in msc_is_last_win() 318 return list_first_entry(&win->msc->win_list, struct msc_window, in msc_next_window() 359 if (list_empty(&msc->win_list)) in msc_find_window() 367 list_for_each_entry(win, &msc->win_list, entry) { in msc_find_window() 395 if (list_empty(&msc->win_list)) in msc_oldest_window() 402 return list_first_entry(&msc->win_list, struct msc_window, entry); in msc_oldest_window() 659 list_for_each_entry(win, &msc->win_list, entry) { in msc_buffer_clear_hw_header() 1038 list_for_each_entry(win, &msc->win_list, entry) { in msc_buffer_set_uc() 1058 list_for_each_entry(win, &msc->win_list, entry) { in msc_buffer_set_wb() [all …]
|
| /Linux-v5.15/arch/powerpc/platforms/pseries/ |
| D | vas.h | 120 struct list_head win_list; member
|
| D | vas.c | 368 list_add(&txwin->win_list, &caps->list); in vas_allocate_window() 440 list_del(&win->win_list); in vas_deallocate_window()
|