Searched refs:bp_threshold (Results 1 – 1 of 1) sorted by relevance
111 bool bp_threshold, in amdgpu_cper_entry_fill_section_desc() argument132 if (bp_threshold) in amdgpu_cper_entry_fill_section_desc()325 struct cper_hdr *bp_threshold = NULL; in amdgpu_cper_generate_bp_threshold_record() local329 bp_threshold = amdgpu_cper_alloc_entry(adev, AMDGPU_CPER_TYPE_BP_THRESHOLD, 1); in amdgpu_cper_generate_bp_threshold_record()330 if (!bp_threshold) { in amdgpu_cper_generate_bp_threshold_record()335 amdgpu_cper_entry_fill_hdr(adev, bp_threshold, in amdgpu_cper_generate_bp_threshold_record()338 ret = amdgpu_cper_entry_fill_bad_page_threshold_section(adev, bp_threshold, 0); in amdgpu_cper_generate_bp_threshold_record()342 amdgpu_cper_ring_write(ring, bp_threshold, bp_threshold->record_length); in amdgpu_cper_generate_bp_threshold_record()343 kfree(bp_threshold); in amdgpu_cper_generate_bp_threshold_record()