Lines Matching full:destroyed
742 uint32_t destroyed = 0; in amdgpu_vce_ring_parse_cs() local
842 if (destroyed & (1 << session_idx)) { in amdgpu_vce_ring_parse_cs()
843 destroyed &= ~(1 << session_idx); in amdgpu_vce_ring_parse_cs()
894 destroyed |= 1 << session_idx; in amdgpu_vce_ring_parse_cs()
953 /* No error, free all destroyed handle slots */ in amdgpu_vce_ring_parse_cs()
954 tmp = destroyed; in amdgpu_vce_ring_parse_cs()
979 uint32_t destroyed = 0; in amdgpu_vce_ring_parse_cs_vm() local
1008 if (destroyed & (1 << session_idx)) { in amdgpu_vce_ring_parse_cs_vm()
1009 destroyed &= ~(1 << session_idx); in amdgpu_vce_ring_parse_cs_vm()
1021 destroyed |= 1 << session_idx; in amdgpu_vce_ring_parse_cs_vm()
1044 /* No error, free all destroyed handle slots */ in amdgpu_vce_ring_parse_cs_vm()
1045 tmp = destroyed; in amdgpu_vce_ring_parse_cs_vm()