Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dradeon_vce.c542 bool destroyed = false, created = false, allocated = false; in radeon_vce_cs_parse() local
557 if (destroyed) { in radeon_vce_cs_parse()
609 destroyed = true; in radeon_vce_cs_parse()
655 if ((!r && destroyed) || (r && allocated)) { in radeon_vce_cs_parse()
/drivers/staging/android/
Dsync.h98 bool destroyed; member
Dsync.c89 obj->destroyed = true; in sync_timeline_destroy()
/drivers/infiniband/hw/nes/
Dnes_verbs.h173 u16 destroyed:1; member
Dnes_cm.c3067 if ((issue_flush) && (nesqp->destroyed == 0)) { in nes_cm_disconn_true()
3757 if (nesqp->destroyed) in cm_event_connected()
Dnes_verbs.c1472 nesqp->destroyed = 1; in nes_destroy_qp()
/drivers/scsi/isci/
Dremote_device.c1414 int destroyed; in isci_remote_device_resume_from_abort() local
1424 destroyed = sci_remote_node_context_is_being_destroyed(&idev->rnc); in isci_remote_device_resume_from_abort()
1425 if (!destroyed) in isci_remote_device_resume_from_abort()
1430 if (!destroyed && (status == SCI_SUCCESS)) in isci_remote_device_resume_from_abort()