Searched refs:bp_threshold (Results 1 – 1 of 1) sorted by relevance
112 bool bp_threshold, in amdgpu_cper_entry_fill_section_desc() argument133 if (bp_threshold) in amdgpu_cper_entry_fill_section_desc()319 struct cper_hdr *bp_threshold = NULL; in amdgpu_cper_generate_bp_threshold_record() local323 bp_threshold = amdgpu_cper_alloc_entry(adev, AMDGPU_CPER_TYPE_BP_THRESHOLD, 1); in amdgpu_cper_generate_bp_threshold_record()324 if (!bp_threshold) { in amdgpu_cper_generate_bp_threshold_record()329 amdgpu_cper_entry_fill_hdr(adev, bp_threshold, in amdgpu_cper_generate_bp_threshold_record()332 ret = amdgpu_cper_entry_fill_bad_page_threshold_section(adev, bp_threshold, 0); in amdgpu_cper_generate_bp_threshold_record()336 amdgpu_cper_ring_write(ring, bp_threshold, bp_threshold->record_length); in amdgpu_cper_generate_bp_threshold_record()337 kfree(bp_threshold); in amdgpu_cper_generate_bp_threshold_record()
Completed in 4 milliseconds