Searched refs:destroyed (Results 1 – 15 of 15) sorted by relevance
| /drivers/gpu/drm/tests/ |
| A D | drm_bridge_test.c | 37 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 D | amdgpu_vce.c | 742 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 D | hid_bpf_dispatch.c | 41 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 D | radeon_vce.c | 559 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 D | main.c | 317 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 D | hvcs.c | 289 struct completion *destroyed; member 673 comp = hvcsd->destroyed; in hvcs_destruct_port() 692 hvcsd->destroyed = NULL; in hvcs_destruct_port() 808 hvcsd->destroyed = ∁ in hvcs_remove()
|
| /drivers/scsi/isci/ |
| A D | remote_device.c | 1370 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 D | drm_dp_tunnel.c | 151 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 D | panthor_mmu.c | 361 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 D | panthor_sched.c | 597 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 D | qedr.h | 303 u8 destroyed; member
|
| A D | main.c | 475 if (!cq->destroyed && cq->ibcq.comp_handler) in qedr_irq_handler()
|
| A D | verbs.c | 874 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 D | ipmi_msghandler.c | 184 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 D | intel_guc_submission.c | 1081 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