Home
last modified time | relevance | path

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

/drivers/gpu/drm/tests/
A Ddrm_bridge_test.c37 bool destroyed; member
50 priv->destroyed = true; in drm_test_bridge_priv_destroy()
460 KUNIT_ASSERT_FALSE(test, priv->destroyed); in drm_test_bridge_alloc_init()
473 KUNIT_ASSERT_FALSE(test, priv->destroyed); in drm_test_drm_bridge_alloc_basic()
476 KUNIT_EXPECT_TRUE(test, priv->destroyed); in drm_test_drm_bridge_alloc_basic()
487 KUNIT_ASSERT_FALSE(test, priv->destroyed); in drm_test_drm_bridge_alloc_get_put()
490 KUNIT_EXPECT_FALSE(test, priv->destroyed); in drm_test_drm_bridge_alloc_get_put()
493 KUNIT_EXPECT_FALSE(test, priv->destroyed); in drm_test_drm_bridge_alloc_get_put()
496 KUNIT_EXPECT_TRUE(test, priv->destroyed); in drm_test_drm_bridge_alloc_get_put()
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_vce.c742 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()
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()
1045 tmp = destroyed; in amdgpu_vce_ring_parse_cs_vm()
/drivers/hid/bpf/
A Dhid_bpf_dispatch.c41 if (unlikely(hdev->bpf.destroyed)) in dispatch_hid_bpf_device_event()
99 if (unlikely(hdev->bpf.destroyed)) in dispatch_hid_bpf_raw_requests()
139 if (unlikely(hdev->bpf.destroyed)) in dispatch_hid_bpf_output_report()
637 hdev->bpf.destroyed = true; in hid_bpf_destroy_device()
/drivers/gpu/drm/radeon/
A 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/iommu/iommufd/
A Dmain.c317 unsigned int destroyed = 0; in iommufd_fops_release() local
334 destroyed++; in iommufd_fops_release()
344 if (WARN_ON(!destroyed)) in iommufd_fops_release()
/drivers/tty/hvc/
A Dhvcs.c289 struct completion *destroyed; member
673 comp = hvcsd->destroyed; in hvcs_destruct_port()
692 hvcsd->destroyed = NULL; in hvcs_destruct_port()
808 hvcsd->destroyed = &comp; in hvcs_remove()
/drivers/scsi/isci/
A Dremote_device.c1370 int destroyed; in isci_remote_device_resume_from_abort() local
1380 destroyed = sci_remote_node_context_is_being_destroyed(&idev->rnc); in isci_remote_device_resume_from_abort()
1381 if (!destroyed) in isci_remote_device_resume_from_abort()
1386 if (!destroyed && (status == SCI_SUCCESS)) in isci_remote_device_resume_from_abort()
/drivers/gpu/drm/display/
A Ddrm_dp_tunnel.c151 bool destroyed:1; member
815 if (drm_WARN_ON(tunnel->group->mgr->dev, tunnel->destroyed)) in drm_dp_tunnel_destroy()
820 tunnel->destroyed = true; in drm_dp_tunnel_destroy()
829 if (tunnel->destroyed) in check_tunnel()
/drivers/gpu/drm/panthor/
A Dpanthor_mmu.c361 bool destroyed; member
1516 vm->destroyed = true; in panthor_vm_destroy()
1914 if (vm->destroyed) in panthor_vm_get_heap_pool()
2486 if (vm->destroyed || vm->unusable) in panthor_vm_bind_job_create()
A Dpanthor_sched.c597 bool destroyed; member
1909 !group->destroyed && group->fatal_queues == 0 && in group_can_run()
2291 if (group->destroyed) in tick_ctx_apply()
3568 group->destroyed = true; in panthor_group_destroy()
/drivers/infiniband/hw/qedr/
A Dqedr.h303 u8 destroyed; member
A Dmain.c475 if (!cq->destroyed && cq->ibcq.comp_handler) in qedr_irq_handler()
A Dverbs.c874 if (cq->destroyed) { in qedr_arm_cq()
1070 cq->destroyed = 1; in qedr_destroy_cq()
4424 if (cq->destroyed) { in qedr_poll_cq()
/drivers/char/ipmi/
A Dipmi_msghandler.c184 refcount_t destroyed; member
1272 refcount_set(&new_user->destroyed, 1); in ipmi_create_user()
1333 if (!refcount_dec_if_one(&user->destroyed)) in _ipmi_destroy_user()
4871 if (refcount_read(&user->destroyed) == 0) { in smi_work()
/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_submission.c1081 bool pending_disable, pending_enable, deregister, destroyed, banned; in scrub_guc_desc_for_outstanding_g2h() local
1109 destroyed = context_destroyed(ce); in scrub_guc_desc_for_outstanding_g2h()
1118 if (pending_enable || destroyed || deregister) { in scrub_guc_desc_for_outstanding_g2h()
1122 if (destroyed) { in scrub_guc_desc_for_outstanding_g2h()

Completed in 67 milliseconds