Searched refs:qoa (Results 1 – 1 of 1) sorted by relevance
644 struct drm_xe_query_oa_units *qoa; in query_oa_units() local660 qoa = kzalloc(size, GFP_KERNEL); in query_oa_units()661 if (!qoa) in query_oa_units()664 pdu = (u8 *)&qoa->oa_units[0]; in query_oa_units()688 qoa->num_oa_units++; in query_oa_units()692 ret = copy_to_user(query_ptr, qoa, size); in query_oa_units()693 kfree(qoa); in query_oa_units()