Lines Matching defs:ce_count
214 "ce", info.ce_count);
623 "ce", info.ce_count);
1057 obj->err_data.ce_count += err_data.ce_count;
1060 info->ce_count = obj->err_data.ce_count;
1062 if (err_data.ce_count) {
1073 obj->err_data.ce_count,
1079 obj->err_data.ce_count,
1191 * @ce_count: pointer to an integer to be set to the count of correctible errors.
1199 unsigned long *ce_count,
1213 *ce_count += query_info->ce_count;
1231 * @ce_count: pointer to an integer to be set to the count of correctible errors.
1238 * If set, @ce_count or @ue_count, count and return the corresponding
1243 unsigned long *ce_count,
1257 if (!ce_count && !ue_count)
1279 if (ce_count)
1280 *ce_count = ce;
1757 obj->err_data.ce_count += err_data.ce_count;
2566 unsigned long ce_count, ue_count;
2575 if (amdgpu_ras_query_error_count(adev, &ce_count, &ue_count, NULL) == 0) {
2576 atomic_set(&con->ras_ce_count, ce_count);
2775 unsigned long ue_count, ce_count;
2824 if (amdgpu_ras_query_error_count(adev, &ce_count, &ue_count, query_info) == 0) {
2825 atomic_set(&con->ras_ce_count, ce_count);