guc_capture_get_one_list
match = guc_capture_get_one_list(reglists, owner, type, id);
list = guc_capture_get_one_list(lists, GUC_CAPTURE_LIST_INDEX_PF,
match = guc_capture_get_one_list(reglists, owner, type, classid);
match = guc_capture_get_one_list(gc->reglists, owner, type, classid);
!guc_capture_get_one_list(gc->reglists, owner, type, classid)) {
match = guc_capture_get_one_list(guc->capture->reglists, i, j, k);
match = guc_capture_get_one_list(guc->capture->extlists, i, j, k);
return guc_capture_get_one_list(reglists, owner, type, capture_class);
list = guc_capture_get_one_list(lists, GUC_CAPTURE_LIST_INDEX_PF,
match = guc_capture_get_one_list(reglists, owner, type, capture_class);
match = guc_capture_get_one_list(extlists, owner, type, capture_class);
match = guc_capture_get_one_list(guc->capture->reglists, owner, type, capture_class);
match = guc_capture_get_one_list(guc->capture->extlists, owner, type, capture_class);
!guc_capture_get_one_list(gc->reglists, owner, type, capture_class)) {