Searched refs:xe_query_funcs (Results 1 – 1 of 1) sorted by relevance
779 static int (* const xe_query_funcs[])(struct xe_device *xe, variable804 if (XE_IOCTL_DBG(xe, query->query >= ARRAY_SIZE(xe_query_funcs))) in xe_query_ioctl()807 idx = array_index_nospec(query->query, ARRAY_SIZE(xe_query_funcs)); in xe_query_ioctl()808 if (XE_IOCTL_DBG(xe, !xe_query_funcs[idx])) in xe_query_ioctl()811 return xe_query_funcs[idx](xe, query); in xe_query_ioctl()