Home
last modified time | relevance | path

Searched refs:destroyed (Results 1 – 9 of 9) sorted by relevance

/drivers/infiniband/sw/rxe/
Drxe_task.c102 task->destroyed = false; in rxe_init_task()
121 task->destroyed = true; in rxe_cleanup_task()
134 if (task->destroyed) in rxe_run_task()
Drxe_task.h28 bool destroyed; member
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vce.c732 uint32_t destroyed = 0; in amdgpu_vce_ring_parse_cs() local
832 if (destroyed & (1 << session_idx)) { in amdgpu_vce_ring_parse_cs()
833 destroyed &= ~(1 << session_idx); in amdgpu_vce_ring_parse_cs()
884 destroyed |= 1 << session_idx; in amdgpu_vce_ring_parse_cs()
944 tmp = destroyed; in amdgpu_vce_ring_parse_cs()
967 uint32_t destroyed = 0; in amdgpu_vce_ring_parse_cs_vm() local
996 if (destroyed & (1 << session_idx)) { in amdgpu_vce_ring_parse_cs_vm()
997 destroyed &= ~(1 << session_idx); in amdgpu_vce_ring_parse_cs_vm()
1009 destroyed |= 1 << session_idx; in amdgpu_vce_ring_parse_cs_vm()
1033 tmp = destroyed; in amdgpu_vce_ring_parse_cs_vm()
/drivers/gpu/drm/radeon/
Dradeon_vce.c559 bool destroyed = false, created = false, allocated = false; in radeon_vce_cs_parse() local
574 if (destroyed) { in radeon_vce_cs_parse()
627 destroyed = true; in radeon_vce_cs_parse()
673 if ((!r && destroyed) || (r && allocated)) { in radeon_vce_cs_parse()
/drivers/scsi/isci/
Dremote_device.c1415 int destroyed; in isci_remote_device_resume_from_abort() local
1425 destroyed = sci_remote_node_context_is_being_destroyed(&idev->rnc); in isci_remote_device_resume_from_abort()
1426 if (!destroyed) in isci_remote_device_resume_from_abort()
1431 if (!destroyed && (status == SCI_SUCCESS)) in isci_remote_device_resume_from_abort()
/drivers/infiniband/hw/qedr/
Dqedr.h303 u8 destroyed; member
Dmain.c476 if (!cq->destroyed && cq->ibcq.comp_handler) in qedr_irq_handler()
Dverbs.c873 if (cq->destroyed) { in qedr_arm_cq()
1078 cq->destroyed = 1; in qedr_destroy_cq()
4419 if (cq->destroyed) { in qedr_poll_cq()
/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_submission.c607 bool pending_disable, pending_enable, deregister, destroyed, banned; in scrub_guc_desc_for_outstanding_g2h() local
621 destroyed = context_destroyed(ce); in scrub_guc_desc_for_outstanding_g2h()
628 if (pending_enable || destroyed || deregister) { in scrub_guc_desc_for_outstanding_g2h()
632 if (destroyed) { in scrub_guc_desc_for_outstanding_g2h()