destroyed         714 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c 	uint32_t destroyed = 0;
destroyed         814 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c 			if (destroyed & (1 << session_idx)) {
destroyed         815 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c 				destroyed &= ~(1 << session_idx);
destroyed         866 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c 			destroyed |= 1 << session_idx;
destroyed         926 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c 		tmp = destroyed;
destroyed         949 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c 	uint32_t destroyed = 0;
destroyed         978 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c 			if (destroyed & (1 << session_idx)) {
destroyed         979 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c 				destroyed &= ~(1 << session_idx);
destroyed         991 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c 			destroyed |= 1 << session_idx;
destroyed        1015 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c 		tmp = destroyed;
destroyed         560 drivers/gpu/drm/radeon/radeon_vce.c 	bool destroyed = false, created = false, allocated = false;
destroyed         575 drivers/gpu/drm/radeon/radeon_vce.c 		if (destroyed) {
destroyed         628 drivers/gpu/drm/radeon/radeon_vce.c 			destroyed = true;
destroyed         674 drivers/gpu/drm/radeon/radeon_vce.c 	if ((!r && destroyed) || (r && allocated)) {
destroyed        3575 drivers/infiniband/hw/i40iw/i40iw_cm.c 	if (issue_flush && !iwqp->destroyed) {
destroyed        4098 drivers/infiniband/hw/i40iw/i40iw_cm.c 	if (iwqp->destroyed) {
destroyed         408 drivers/infiniband/hw/i40iw/i40iw_verbs.c 	iwqp->destroyed = 1;
destroyed         162 drivers/infiniband/hw/i40iw/i40iw_verbs.h 	u8 destroyed:1;
destroyed         489 drivers/infiniband/hw/qedr/main.c 		if (!cq->destroyed && cq->ibcq.comp_handler)
destroyed         294 drivers/infiniband/hw/qedr/qedr.h 	u8 destroyed;
destroyed         782 drivers/infiniband/hw/qedr/verbs.c 	if (cq->destroyed) {
destroyed         963 drivers/infiniband/hw/qedr/verbs.c 	cq->destroyed = 1;
destroyed        4064 drivers/infiniband/hw/qedr/verbs.c 	if (cq->destroyed) {
destroyed         124 drivers/infiniband/sw/rxe/rxe_task.c 	task->destroyed	= false;
destroyed         143 drivers/infiniband/sw/rxe/rxe_task.c 	task->destroyed = true;
destroyed         156 drivers/infiniband/sw/rxe/rxe_task.c 	if (task->destroyed)
destroyed          57 drivers/infiniband/sw/rxe/rxe_task.h 	bool			destroyed;
destroyed        1414 drivers/scsi/isci/remote_device.c 	int destroyed;
destroyed        1424 drivers/scsi/isci/remote_device.c 	destroyed = sci_remote_node_context_is_being_destroyed(&idev->rnc);
destroyed        1425 drivers/scsi/isci/remote_device.c 	if (!destroyed)
destroyed        1430 drivers/scsi/isci/remote_device.c 	if (!destroyed && (status == SCI_SUCCESS))