Searched refs:xe_query_funcs (Results 1 – 1 of 1) sorted by relevance
698 static int (* const xe_query_funcs[])(struct xe_device *xe, variable721 if (XE_IOCTL_DBG(xe, query->query >= ARRAY_SIZE(xe_query_funcs))) in xe_query_ioctl()724 idx = array_index_nospec(query->query, ARRAY_SIZE(xe_query_funcs)); in xe_query_ioctl()725 if (XE_IOCTL_DBG(xe, !xe_query_funcs[idx])) in xe_query_ioctl()728 return xe_query_funcs[idx](xe, query); in xe_query_ioctl()