Home
last modified time | relevance | path

Searched refs:destroyed (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H A 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()
H A Drxe_task.h28 bool destroyed; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vce.c724 uint32_t destroyed = 0; in amdgpu_vce_ring_parse_cs() local
824 if (destroyed & (1 << session_idx)) { in amdgpu_vce_ring_parse_cs()
825 destroyed &= ~(1 << session_idx); in amdgpu_vce_ring_parse_cs()
876 destroyed |= 1 << session_idx; in amdgpu_vce_ring_parse_cs()
935 /* No error, free all destroyed handle slots */ in amdgpu_vce_ring_parse_cs()
936 tmp = destroyed; in amdgpu_vce_ring_parse_cs()
959 uint32_t destroyed = 0; in amdgpu_vce_ring_parse_cs_vm() local
988 if (destroyed & (1 << session_idx)) { in amdgpu_vce_ring_parse_cs_vm()
989 destroyed &= ~(1 << session_idx); in amdgpu_vce_ring_parse_cs_vm()
1001 destroyed | in amdgpu_vce_ring_parse_cs_vm()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vce.c741 uint32_t destroyed = 0; in amdgpu_vce_ring_parse_cs() local
841 if (destroyed & (1 << session_idx)) { in amdgpu_vce_ring_parse_cs()
842 destroyed &= ~(1 << session_idx); in amdgpu_vce_ring_parse_cs()
893 destroyed |= 1 << session_idx; in amdgpu_vce_ring_parse_cs()
952 /* No error, free all destroyed handle slots */ in amdgpu_vce_ring_parse_cs()
953 tmp = destroyed; in amdgpu_vce_ring_parse_cs()
978 uint32_t destroyed = 0; in amdgpu_vce_ring_parse_cs_vm() local
1007 if (destroyed & (1 << session_idx)) { in amdgpu_vce_ring_parse_cs_vm()
1008 destroyed &= ~(1 << session_idx); in amdgpu_vce_ring_parse_cs_vm()
1020 destroyed | in amdgpu_vce_ring_parse_cs_vm()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H 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()
/kernel/linux/linux-6.6/drivers/iommu/iommufd/
H A Dmain.c174 * true if the object was destroyed. In all cases the caller no longer has a
184 * destruction of objects used by external drivers and destroyed by this in __iommufd_object_destroy_user()
253 * users count of interior objects when they are destroyed. in iommufd_fops_release()
256 * until the entire list is destroyed. If this can't progress then there in iommufd_fops_release()
260 unsigned int destroyed = 0; in iommufd_fops_release() local
266 destroyed++; in iommufd_fops_release()
272 if (WARN_ON(!destroyed)) in iommufd_fops_release()
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_verbs.h161 u8 destroyed:1; member
/kernel/linux/linux-6.6/include/linux/
H A Dhid_bpf.h137 bool destroyed; /* prevents the assignment of any progs */ member
/kernel/linux/linux-6.6/drivers/tty/hvc/
H A Dhvcs.c101 * hvsc_alloc_index_list() and it is destroyed with hvcs_free_index_list().
289 struct completion *destroyed; member
674 comp = hvcsd->destroyed; in hvcs_destruct_port()
694 hvcsd->destroyed = NULL; in hvcs_destruct_port()
810 hvcsd->destroyed = &comp; in hvcs_remove()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dx_store.S106 | a0 -> destroyed
107 | a1 -> destroyed
178 | a0 -> destroyed
179 | a1 -> destroyed
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dx_store.S106 | a0 -> destroyed
107 | a1 -> destroyed
178 | a0 -> destroyed
179 | a1 -> destroyed
/kernel/linux/linux-6.6/drivers/hid/bpf/
H A Dhid_bpf_jmp_table.c170 if (hdev->bpf.destroyed) in hid_bpf_populate_hdev()
229 hdev_destroyed = hdev->bpf.destroyed; in hid_bpf_release_progs()
H A Dhid_bpf_dispatch.c523 /* mark the device as destroyed in bpf so we don't reattach it */ in hid_bpf_destroy_device()
524 hdev->bpf.destroyed = true; in hid_bpf_destroy_device()
/kernel/linux/linux-5.10/drivers/scsi/isci/
H A Dremote_device.c147 * being destroyed. in isci_compare_suspendcount()
1414 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()
/kernel/linux/linux-6.6/drivers/scsi/isci/
H A Dremote_device.c147 * being destroyed. in isci_compare_suspendcount()
1415 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()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/
H A Dqedr.h303 u8 destroyed; member
H A Dmain.c505 if (!cq->destroyed && cq->ibcq.comp_handler) in qedr_irq_handler()
513 * the handler is not running when the CQ is destroyed. in qedr_irq_handler()
H A Dverbs.c872 if (cq->destroyed) { in qedr_arm_cq()
1074 cq->destroyed = 1; in qedr_destroy_cq()
1656 "destroy srq: destroyed srq with srq_id=0x%0x\n", in qedr_destroy_srq()
4425 if (cq->destroyed) { in qedr_poll_cq()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/
H A Dqedr.h303 u8 destroyed; member
H A Dmain.c475 if (!cq->destroyed && cq->ibcq.comp_handler) in qedr_irq_handler()
483 * the handler is not running when the CQ is destroyed. in qedr_irq_handler()
H A Dverbs.c874 if (cq->destroyed) { in qedr_arm_cq()
1069 cq->destroyed = 1; in qedr_destroy_cq()
1670 "destroy srq: destroyed srq with srq_id=0x%0x\n", in qedr_destroy_srq()
4419 if (cq->destroyed) { in qedr_poll_cq()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c80 * Before a context can be destroyed or if we steal its guc_id we must
108 * Global lock for GuC submission state. Protects guc_ids and destroyed contexts
1067 bool pending_disable, pending_enable, deregister, destroyed, banned; in scrub_guc_desc_for_outstanding_g2h() local
1095 destroyed = context_destroyed(ce); in scrub_guc_desc_for_outstanding_g2h()
1104 if (pending_enable || destroyed || deregister) { in scrub_guc_desc_for_outstanding_g2h()
1108 if (destroyed) { in scrub_guc_desc_for_outstanding_g2h()
4669 /* Context has been destroyed */ in intel_guc_deregister_done_process_msg()
4841 * context has been reference count locked to ensure it can't be destroyed in intel_guc_context_reset_process_msg()
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/
H A Dnetns.sh673 [[ $line =~ .*(wg[0-9]+:\ [A-Z][a-z]+\ ?[0-9]*)\ .*(created|destroyed).* ]] || continue
684 pretty "" "Objects that were created were also destroyed."
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/
H A Dnetns.sh685 [[ $line =~ .*(wg[0-9]+:\ [A-Z][a-z]+\ ?[0-9]*)\ .*(created|destroyed).* ]] || continue
696 pretty "" "Objects that were created were also destroyed."

Completed in 41 milliseconds

12