Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwtracing/intel_th/
H A Dmsu.c148 struct list_head win_list; member
316 return win->entry.next == &win->msc->win_list; in msc_is_last_win()
369 if (list_empty(&msc->win_list)) in msc_find_window()
405 if (list_empty(&msc->win_list)) in msc_oldest_window()
1118 if (!list_empty(&msc->win_list)) { in msc_buffer_win_alloc()
1138 if (list_empty(&msc->win_list)) { in msc_buffer_win_alloc()
1144 list_add_tail(&win->entry, &msc->win_list); in msc_buffer_win_alloc()
1180 if (list_empty(&msc->win_list)) { in msc_buffer_win_free()
1216 next_win = list_first_entry(&msc->win_list, in msc_buffer_relink()
1697 INIT_LIST_HEAD(&msc->win_list); in intel_th_msc_init()
[all …]
/linux-6.15/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