Home
last modified time | relevance | path

Searched refs:query_info (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/gpu/drm/v3d/
H A Dv3d_submit.c481 if (!query_info->queries) in v3d_get_cpu_timestamp_query_params()
547 if (!query_info->queries) in v3d_get_cpu_reset_timestamp_params()
569 query_info->count = reset.count; in v3d_get_cpu_reset_timestamp_params()
611 if (!query_info->queries) in v3d_get_cpu_copy_query_results_params()
639 query_info->count = copy.count; in v3d_get_cpu_copy_query_results_params()
741 query_info->queries = in v3d_get_cpu_reset_performance_params()
745 if (!query_info->queries) in v3d_get_cpu_reset_performance_params()
757 query_info->count = reset.count; in v3d_get_cpu_reset_performance_params()
790 query_info->queries = in v3d_get_cpu_copy_performance_query_params()
794 if (!query_info->queries) in v3d_get_cpu_copy_performance_query_params()
[all …]
H A Dv3d_sched.c77 v3d_timestamp_query_info_free(struct v3d_timestamp_query_info *query_info, in v3d_timestamp_query_info_free() argument
80 if (query_info->queries) { in v3d_timestamp_query_info_free()
84 drm_syncobj_put(query_info->queries[i].syncobj); in v3d_timestamp_query_info_free()
86 kvfree(query_info->queries); in v3d_timestamp_query_info_free()
91 v3d_performance_query_info_free(struct v3d_performance_query_info *query_info, in v3d_performance_query_info_free() argument
94 if (query_info->queries) { in v3d_performance_query_info_free()
98 drm_syncobj_put(query_info->queries[i].syncobj); in v3d_performance_query_info_free()
99 kvfree(query_info->queries[i].kperfmon_ids); in v3d_performance_query_info_free()
102 kvfree(query_info->queries); in v3d_performance_query_info_free()
H A Dv3d_drv.h576 void v3d_timestamp_query_info_free(struct v3d_timestamp_query_info *query_info,
578 void v3d_performance_query_info_free(struct v3d_performance_query_info *query_info,
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.c1599 struct ras_query_if *query_info) in amdgpu_ras_query_error_count_helper() argument
1603 if (!query_info) in amdgpu_ras_query_error_count_helper()
1607 ret = amdgpu_ras_query_error_status(adev, query_info); in amdgpu_ras_query_error_count_helper()
1611 *ce_count += query_info->ce_count; in amdgpu_ras_query_error_count_helper()
1612 *ue_count += query_info->ue_count; in amdgpu_ras_query_error_count_helper()
1643 struct ras_query_if *query_info) in amdgpu_ras_query_error_count() argument
1660 if (!query_info) { in amdgpu_ras_query_error_count()
4085 struct ras_query_if *query_info; in amdgpu_ras_block_late_init() local
4130 query_info = kzalloc(sizeof(*query_info), GFP_KERNEL); in amdgpu_ras_block_late_init()
4131 if (!query_info) in amdgpu_ras_block_late_init()
[all …]
H A Damdgpu_ras.h753 struct ras_query_if *query_info);
/linux-6.15/drivers/s390/net/
H A Dism_drv.c160 static int query_info(struct ism_dev *ism) in query_info() function
573 query_info(ism); in ism_dev_init()
/linux-6.15/fs/smb/client/
H A Dsmb2pdu.c3780 query_info(const unsigned int xid, struct cifs_tcon *tcon, in query_info() function
3885 return query_info(xid, tcon, persistent_fid, volatile_fid, in SMB2_query_info()
3902 return query_info(xid, tcon, persistent_fid, volatile_fid,
3916 return query_info(xid, tcon, persistent_fid, volatile_fid, in SMB2_query_acl()
3925 return query_info(xid, tcon, persistent_fid, volatile_fid, in SMB2_get_srv_num()