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

/linux-master/include/linux/
H A Dhid_bpf.h126 bool destroyed; /* prevents the assignment of any progs */ member in struct:hid_bpf
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vce.c742 uint32_t destroyed = 0; local
842 if (destroyed & (1 << session_idx)) {
843 destroyed &= ~(1 << session_idx);
894 destroyed |= 1 << session_idx;
953 /* No error, free all destroyed handle slots */
954 tmp = destroyed;
979 uint32_t destroyed = 0; local
1008 if (destroyed & (1 << session_idx)) {
1009 destroyed &= ~(1 << session_idx);
1021 destroyed |
[all...]
/linux-master/drivers/iommu/iommufd/
H A Dmain.c156 * destruction of objects used by external drivers and destroyed by this
267 * users count of interior objects when they are destroyed.
270 * until the entire list is destroyed. If this can't progress then there
274 unsigned int destroyed = 0; local
280 destroyed++;
286 if (WARN_ON(!destroyed))
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_vce.c559 bool destroyed = false, created = false, allocated = false; local
574 if (destroyed) {
627 destroyed = true;
673 if ((!r && destroyed) || (r && allocated)) {
/linux-master/arch/m68k/fpsp040/
H A Dx_store.S106 | a0 -> destroyed
107 | a1 -> destroyed
178 | a0 -> destroyed
179 | a1 -> destroyed
/linux-master/drivers/hid/bpf/
H A Dhid_bpf_jmp_table.c170 if (hdev->bpf.destroyed)
229 hdev_destroyed = hdev->bpf.destroyed;
H A Dhid_bpf_dispatch.c531 /* mark the device as destroyed in bpf so we don't reattach it */
532 hdev->bpf.destroyed = true;
/linux-master/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 in struct:hvcs_struct
673 comp = hvcsd->destroyed;
692 hvcsd->destroyed = NULL;
808 hvcsd->destroyed = &comp;
/linux-master/drivers/scsi/isci/
H A Dremote_device.c147 * being destroyed.
1415 int destroyed; local
1425 destroyed = sci_remote_node_context_is_being_destroyed(&idev->rnc);
1426 if (!destroyed)
1431 if (!destroyed && (status == SCI_SUCCESS))
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c150 bool destroyed:1; member in struct:drm_dp_tunnel
807 * Returns 0 on success, -ENODEV if the tunnel has been destroyed already.
814 if (drm_WARN_ON(tunnel->group->mgr->dev, tunnel->destroyed))
819 tunnel->destroyed = true;
828 if (tunnel->destroyed)
/linux-master/drivers/infiniband/hw/qedr/
H A Dqedr.h303 u8 destroyed; member in struct:qedr_cq
H A Dmain.c475 if (!cq->destroyed && cq->ibcq.comp_handler)
483 * the handler is not running when the CQ is destroyed.
H A Dverbs.c874 if (cq->destroyed) {
1069 cq->destroyed = 1;
1670 "destroy srq: destroyed srq with srq_id=0x%0x\n",
4419 if (cq->destroyed) {
/linux-master/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."
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c81 * Before a context can be destroyed or if we steal its guc_id we must
109 * Global lock for GuC submission state. Protects guc_ids and destroyed contexts
1081 bool pending_disable, pending_enable, deregister, destroyed, banned; local
1109 destroyed = context_destroyed(ce);
1118 if (pending_enable || destroyed || deregister) {
1122 if (destroyed) {
3363 * Take a gt-pm ref and change context state to be destroyed.
3494 * pending-destroy-contexts get destroyed totally at GuC reset time at the
5007 /* Context has been destroyed */
5179 * context has been reference count locked to ensure it can't be destroyed
[all...]
/linux-master/fs/nfsd/
H A Dtrace.h774 DEFINE_CLIENTID_EVENT(destroyed); variable

Completed in 215 milliseconds