Home
last modified time | relevance | path

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

12345678910>>...27

/linux-6.8/tools/testing/selftests/bpf/prog_tests/
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-6.8/Documentation/core-api/
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-6.8/include/linux/rpmsg/
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-6.8/tools/testing/selftests/drivers/net/mlxsw/
Drtnetlink.sh242 # configured on the RIF to understand if it was created / destroyed
261 check_err $? "vlan rif was destroyed after adding port to vlan"
266 check_err $? "vlan rif was destroyed after removing port from vlan"
271 check_err $? "vlan rif was not destroyed after unlinking port from bridge"
283 # reference counted correctly and destroyed when should. We use the
285 # it was created / destroyed
309 check_err $? "subport rif of lag device was destroyed when should not"
312 check_err $? "subport rif of vlan device was destroyed when should not"
317 check_err $? "subport rif of lag device was not destroyed when should"
320 check_err $? "subport rif of vlan device was not destroyed when should"
[all …]
/linux-6.8/include/drm/
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.
/linux-6.8/drivers/infiniband/hw/mlx5/
Dfs.h37 * the flow steering rule in the table is destroyed, but the table in mlx5_ib_fs_cleanup()
39 * resources are only removed when the RDMA device is destroyed, which in mlx5_ib_fs_cleanup()
/linux-6.8/Documentation/networking/
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.
429 tunnel management socket is connected and is destroyed when the
434 are set using setsockopt. The L2TP session instance is destroyed
524 tunnel and all of its sessions must be closed and destroyed. Since the
533 eventually destroyed, its sk_destruct finally frees the L2TP tunnel
605 L2TP Ethernet sessions are created and destroyed by netlink request,
606 or are destroyed when the tunnel is destroyed. Unlike PPP sessions,
/linux-6.8/drivers/iommu/iommufd/
Dmain.c156 * destruction of objects used by external drivers and destroyed by this in iommufd_object_remove()
267 * users count of interior objects when they are destroyed. in iommufd_fops_release()
270 * until the entire list is destroyed. If this can't progress then there in iommufd_fops_release()
274 unsigned int destroyed = 0; in iommufd_fops_release() local
280 destroyed++; in iommufd_fops_release()
286 if (WARN_ON(!destroyed)) in iommufd_fops_release()
Diommufd_private.h210 * is automatically destroyed when its refcount reaches zero.
215 * to ensure that it is consistently destroyed, eg by not racing accesses
387 * consuming driver and the iommufd. These objects are created/destroyed by
/linux-6.8/drivers/gpu/drm/amd/amdgpu/
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()
953 /* No error, free all destroyed handle slots */ 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()
[all …]
/linux-6.8/arch/m68k/fpsp040/
Dx_store.S106 | a0 -> destroyed
107 | a1 -> destroyed
178 | a0 -> destroyed
179 | a1 -> destroyed
/linux-6.8/arch/xtensa/include/asm/
Dasm-uaccess.h47 * <at> destroyed (actually, (TASK_SIZE + 1 - size))
77 * <at> destroyed
/linux-6.8/include/uapi/linux/netfilter/
Dnf_conntrack_common.h136 IPCT_DESTROY, /* destroyed conntrack */
154 IPEXP_DESTROY, /* destroyed expectation */
/linux-6.8/include/rdma/
Duverbs_types.h100 * destroyed by the user's request, a failure should leave the uobject
142 * destroy_object is called when the uobject is to be destroyed,
/linux-6.8/Documentation/filesystems/
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-6.8/drivers/staging/greybus/
Daudio_manager_private.h19 /* module destroyed via kobject_put */
/linux-6.8/Documentation/i2c/
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-6.8/Documentation/ABI/testing/
Dsysfs-dev18 dynamically created and destroyed as devices enter and
/linux-6.8/fs/nilfs2/
DKconfig11 destroyed just a few seconds ago. Since this file system can keep
/linux-6.8/fs/ocfs2/
Ddcache.h21 * dl_lockres has been destroyed. This is usually done in
/linux-6.8/tools/memory-model/Documentation/
Dglossary.txt64 fragile, and can be easily destroyed by optimizing compilers.
97 fragile and can be easily destroyed by optimizing compilers.
/linux-6.8/net/core/
Dnet_namespace.c594 * useless anyway, as netns_ids are destroyed there. in cleanup_net()
1307 * destroyed respectively.
1316 * When a network namespace is destroyed all of the exit methods
1335 * used when network namespaces are created or destroyed. In
1353 * destroyed respectively.
1362 * When a network namespace is destroyed all of the exit methods
1383 * used when network namespaces are created or destroyed. In
/linux-6.8/drivers/infiniband/hw/mthca/
Dmthca_provider.h154 * QP is destroyed. Also, the consumer must make sure that calls to
157 * is destroyed.
/linux-6.8/drivers/ps3/
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
/linux-6.8/tools/testing/selftests/drivers/net/netdevsim/
Dudp_tunnel_nic.sh324 msg="tunnels destroyed"
876 msg="tunnels destroyed 1"
902 msg="tunnels destroyed 2"
942 msg="tunnels destroyed"

12345678910>>...27