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

/linux-master/drivers/hwtracing/intel_th/
H A Dmsu.c58 * @entry: window list linkage (msc::win_list)
111 * @win_list: list of windows in multiblock mode
138 struct list_head win_list; member in struct:msc
306 return win->entry.next == &win->msc->win_list;
318 return list_first_entry(&win->msc->win_list, struct msc_window,
359 if (list_empty(&msc->win_list))
367 list_for_each_entry(win, &msc->win_list, entry) {
395 if (list_empty(&msc->win_list))
402 return list_first_entry(&msc->win_list, struct msc_window, entry);
659 list_for_each_entry(win, &msc->win_list, entr
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dvas.h133 struct list_head win_list; member in struct:pseries_vas_window
H A Dvas.c431 list_add(&txwin->win_list, &caps->list);
527 list_del(&win->win_list);
663 list_for_each_entry_safe(win, tmp, &vcaps->list, win_list) {
679 list_for_each_entry_safe_from(win, tmp, &vcaps->list, win_list) {
754 list_for_each_entry_safe(win, tmp, &vcap->list, win_list) {

Completed in 143 milliseconds