Searched refs:xe_query_funcs (Results 1 – 1 of 1) sorted by relevance
523 static int (* const xe_query_funcs[])(struct xe_device *xe, variable544 if (XE_IOCTL_DBG(xe, query->query >= ARRAY_SIZE(xe_query_funcs))) in xe_query_ioctl()547 idx = array_index_nospec(query->query, ARRAY_SIZE(xe_query_funcs)); in xe_query_ioctl()548 if (XE_IOCTL_DBG(xe, !xe_query_funcs[idx])) in xe_query_ioctl()551 return xe_query_funcs[idx](xe, query); in xe_query_ioctl()