Home
last modified time | relevance | path

Searched full:destroyed (Results 1 – 25 of 728) sorted by relevance

12345678910>>...30

/linux/drivers/gpu/drm/tests/
H 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()
466 * Test that a bridge is freed when the device is destroyed in lack of
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()
480 * Test that a bridge is not freed when the device is destroyed when there
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()
[all …]
/linux/Documentation/core-api/
H A Ddebug-objects.rst19 - Usage of freed/destroyed objects
75 active and destroyed objects. When debugobjects detects an error, then
98 active and destroyed objects. When debugobjects detects an error, then
122 active and destroyed objects. When debugobjects detects an error, then
147 or destroyed objects.
155 This function is called to mark an object destroyed. This is useful to
161 the object can be destroyed. Destruction is not allowed for active and
162 destroyed objects. When debugobjects detects an error, then it calls the
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsock_destroy.c59 if (!ASSERT_LT(n, 0, "client_send on destroyed socket")) in test_tcp_client()
61 ASSERT_EQ(errno, ECONNABORTED, "error code on destroyed socket"); in test_tcp_client()
100 if (!ASSERT_LT(n, 0, "client_send on destroyed socket")) in test_tcp_server()
102 ASSERT_EQ(errno, ECONNRESET, "error code on destroyed socket"); in test_tcp_server()
133 if (!ASSERT_LT(n, 0, "client_send on destroyed socket")) in test_udp_client()
168 !ASSERT_EQ(errno, ECONNABORTED, "error code on destroyed socket")) in test_udp_server()
/linux/include/linux/rpmsg/
H A Dns.h15 * @flags: indicates whether service is created or destroyed
19 * rpmsg channel (i.e device) is created/destroyed. In turn, the ->probe()
33 * @RPMSG_NS_DESTROY: a known remote service was just destroyed
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Drtnetlink.sh239 # configured on the RIF to understand if it was created / destroyed
258 check_err $? "vlan rif was destroyed after adding port to vlan"
263 check_err $? "vlan rif was destroyed after removing port from vlan"
268 check_err $? "vlan rif was not destroyed after unlinking port from bridge"
280 # reference counted correctly and destroyed when should. We use the
282 # it was created / destroyed
306 check_err $? "subport rif of lag device was destroyed when should not"
309 check_err $? "subport rif of vlan device was destroyed when should not"
314 check_err $? "subport rif of lag device was not destroyed when should"
317 check_err $? "subport rif of vlan device was not destroyed when should"
[all …]
/linux/include/drm/
H A Ddrm_auth.h76 * being destroyed in drm_lease_destroy().
107 * have been destroyed. Since lessors are referenced by all their
108 * lessees, this master cannot be destroyed unless the list is empty.
H A Ddrm_managed.h123 * lock is automatically destroyed on the final drm_dev_put().
140 * allocated workqueue is automatically destroyed on the final drm_dev_put().
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vce.c785 uint32_t destroyed = 0; in amdgpu_vce_ring_parse_cs() local
885 if (destroyed & (1 << session_idx)) { in amdgpu_vce_ring_parse_cs()
886 destroyed &= ~(1 << session_idx); in amdgpu_vce_ring_parse_cs()
937 destroyed |= 1 << session_idx; in amdgpu_vce_ring_parse_cs()
996 /* No error, free all destroyed handle slots */ in amdgpu_vce_ring_parse_cs()
997 tmp = destroyed; in amdgpu_vce_ring_parse_cs()
1022 uint32_t destroyed = 0; in amdgpu_vce_ring_parse_cs_vm() local
1051 if (destroyed & (1 << session_idx)) { in amdgpu_vce_ring_parse_cs_vm()
1052 destroyed &= ~(1 << session_idx); in amdgpu_vce_ring_parse_cs_vm()
1064 destroyed |= 1 << session_idx; in amdgpu_vce_ring_parse_cs_vm()
[all …]
/linux/drivers/infiniband/hw/mlx5/
H A Dfs.h24 * the flow steering rule in the table is destroyed, but the table in mlx5_ib_fs_cleanup()
26 * resources are only removed when the RDMA device is destroyed, which in mlx5_ib_fs_cleanup()
/linux/arch/m68k/fpsp040/
H A Dx_store.S106 | a0 -> destroyed
107 | a1 -> destroyed
178 | a0 -> destroyed
179 | a1 -> destroyed
/linux/Documentation/networking/
H A Dl2tp.rst157 CONN_ID Y Identifies the tunnel id to be destroyed.
212 to be destroyed.
213 SESSION_ID Y Identifies the session id to be destroyed.
552 tunnel management socket is connected and is destroyed when the
557 are set using setsockopt. The L2TP session instance is destroyed
646 tunnel and all of its sessions must be closed and destroyed. Since the
719 L2TP Ethernet sessions are created and destroyed by netlink request,
720 or are destroyed when the tunnel is destroyed. Unlike PPP sessions,
/linux/arch/xtensa/include/asm/
H A Dasm-uaccess.h47 * <at> destroyed (actually, (TASK_SIZE + 1 - size))
77 * <at> destroyed
/linux/drivers/hid/bpf/
H 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()
635 /* mark the device as destroyed in bpf so we don't reattach it */ in hid_bpf_destroy_device()
636 hdev->bpf.destroyed = true; in hid_bpf_destroy_device()
/linux/drivers/iommu/iommufd/
H A Dmain.c217 * of objects used by external drivers and destroyed by this function. in iommufd_object_remove()
335 * users count of interior objects when they are destroyed. in iommufd_fops_release()
338 * until the entire list is destroyed. If this can't progress then there in iommufd_fops_release()
342 unsigned int destroyed = 0; in iommufd_fops_release() local
359 destroyed++; in iommufd_fops_release()
369 if (WARN_ON(!destroyed)) in iommufd_fops_release()
H A Diommufd_private.h255 * is automatically destroyed when its refcount reaches zero.
260 * to ensure that it is consistently destroyed, eg by not racing accesses
481 * consuming driver and the iommufd. These objects are created/destroyed by
571 * to the user space. These objects are created/destroyed by the user space and
613 * the user space. It is created/destroyed by the user space and associated with
/linux/Documentation/filesystems/
H A Dconfigfs.rst26 destroyed in kernel, the kernel controls the lifecycle of the sysfs
30 mkdir(2). It is destroyed via rmdir(2). The attributes appear at
79 When an item needs to be destroyed, remove it with rmdir(2). An
80 item cannot be destroyed if any other item has a link to it (via
127 Items are created and destroyed inside a config_group. A group is a
/linux/include/uapi/linux/netfilter/
H A Dnf_conntrack_common.h136 IPCT_DESTROY, /* destroyed conntrack */
154 IPEXP_DESTROY, /* destroyed expectation */
/linux/Documentation/i2c/
H A Dinstantiating-devices.rst25 unbound and destroyed when the I2C bus they sit on goes away (if ever).
206 destroyed automatically when the driver which detected them is removed,
207 or when the underlying I2C bus is itself destroyed, whichever happens
/linux/include/rdma/
H A Duverbs_types.h100 * destroyed by the user's request, a failure should leave the uobject
144 * destroy_object is called when the uobject is to be destroyed,
/linux/drivers/staging/greybus/
H A Daudio_manager_private.h19 /* module destroyed via kobject_put */
/linux/include/linux/ns/
H A Dns_common_types.h81 * - Destroyed (__ns_ref == 0):
95 * Inactive -> Destroyed:
/linux/tools/memory-model/Documentation/
H A Dglossary.txt64 fragile, and can be easily destroyed by optimizing compilers.
97 fragile and can be easily destroyed by optimizing compilers.
/linux/include/net/caif/
H A Dcfpkt.h21 * pkt Packet to be destroyed.
172 * NB: Input packets will be destroyed after appending and cannot be used
/linux/Documentation/ABI/testing/
H A Dsysfs-dev18 dynamically created and destroyed as devices enter and
/linux/drivers/ps3/
H A Dps3-sys-manager.c164 * enum ps3_sys_manager_next_op - Operation to perform after lpar is destroyed.
284 * Tell the system manager what to do after this lpar is destroyed.
602 * acknowledgement is sent the lpar is destroyed by the HV. This routine
627 * acknowledgement is sent the lpar is destroyed by the HV. This routine

12345678910>>...30