Lines Matching refs:outlist
61 * See cachelist and outlist below.
67 * outlist in __guc_capture_parsed_output will keep
69 * be detached from outlist and attached into to
285 struct list_head outlist;
856 guc_capture_add_node_to_list(node, &gc->outlist);
885 list_for_each_entry_safe(n, ntmp, &gc->outlist, link) {
938 * data from GuC and then it's added into guc->capture->outlist linked
956 * guc->capture->outlist
1091 list_for_each_entry_safe_reverse(n, ntmp, &guc->capture->outlist, link) {
1846 * Search within the capture outlist for the queue, could be used for check if
1891 list_for_each_entry_safe(n, ntmp, &guc->capture->outlist, link) {
1962 * GuC captured outlist
2013 INIT_LIST_HEAD(&guc->capture->outlist);