Searched refs:win_list (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/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-6.12.1/arch/powerpc/platforms/pseries/ |
D | vas.c | 451 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()
|
D | vas.h | 133 struct list_head win_list; member
|