Lines Matching full:destroyed
785 uint32_t destroyed = 0; in amdgpu_vce_ring_parse_cs() local
885 if (destroyed & (1 << session_idx)) { in amdgpu_vce_ring_parse_cs()
886 destroyed &= ~(1 << session_idx); in amdgpu_vce_ring_parse_cs()
937 destroyed |= 1 << session_idx; in amdgpu_vce_ring_parse_cs()
996 /* No error, free all destroyed handle slots */ in amdgpu_vce_ring_parse_cs()
997 tmp = destroyed; in amdgpu_vce_ring_parse_cs()
1022 uint32_t destroyed = 0; in amdgpu_vce_ring_parse_cs_vm() local
1051 if (destroyed & (1 << session_idx)) { in amdgpu_vce_ring_parse_cs_vm()
1052 destroyed &= ~(1 << session_idx); in amdgpu_vce_ring_parse_cs_vm()
1064 destroyed |= 1 << session_idx; in amdgpu_vce_ring_parse_cs_vm()
1087 /* No error, free all destroyed handle slots */ in amdgpu_vce_ring_parse_cs_vm()
1088 tmp = destroyed; in amdgpu_vce_ring_parse_cs_vm()