/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/ |
D | sock_destroy.c | 59 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.14.4/Documentation/core-api/ |
D | debug-objects.rst | 19 - 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.14.4/include/linux/rpmsg/ |
D | ns.h | 15 * @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.14.4/tools/testing/selftests/drivers/net/mlxsw/ |
D | rtnetlink.sh | 239 # 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-6.14.4/include/drm/ |
D | drm_auth.h | 76 * 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.14.4/drivers/infiniband/hw/mlx5/ |
D | fs.h | 37 * 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.14.4/drivers/iommu/iommufd/ |
D | main.c | 130 * destruction of objects used by external drivers and destroyed by this in iommufd_object_remove() 242 * users count of interior objects when they are destroyed. in iommufd_fops_release() 245 * until the entire list is destroyed. If this can't progress then there in iommufd_fops_release() 249 unsigned int destroyed = 0; in iommufd_fops_release() local 255 destroyed++; in iommufd_fops_release() 261 if (WARN_ON(!destroyed)) in iommufd_fops_release()
|
D | iommufd_private.h | 195 * is automatically destroyed when its refcount reaches zero. 200 * to ensure that it is consistently destroyed, eg by not racing accesses 391 * consuming driver and the iommufd. These objects are created/destroyed by 438 * to the user space. These objects are created/destroyed by the user space and
|
/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/ |
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() 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.14.4/arch/m68k/fpsp040/ |
D | x_store.S | 106 | a0 -> destroyed 107 | a1 -> destroyed 178 | a0 -> destroyed 179 | a1 -> destroyed
|
/linux-6.14.4/rust/kernel/ |
D | security.rs | 19 /// `security_secid_to_secctx`, that has not yet been destroyed by `security_release_secctx`. 66 // call to `security_secid_to_secctx` and has not yet been destroyed by in drop()
|
/linux-6.14.4/arch/xtensa/include/asm/ |
D | asm-uaccess.h | 47 * <at> destroyed (actually, (TASK_SIZE + 1 - size)) 77 * <at> destroyed
|
/linux-6.14.4/Documentation/networking/ |
D | l2tp.rst | 157 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-6.14.4/include/uapi/linux/netfilter/ |
D | nf_conntrack_common.h | 136 IPCT_DESTROY, /* destroyed conntrack */ 154 IPEXP_DESTROY, /* destroyed expectation */
|
/linux-6.14.4/Documentation/filesystems/ |
D | configfs.rst | 26 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.14.4/drivers/staging/greybus/ |
D | audio_manager_private.h | 19 /* module destroyed via kobject_put */
|
/linux-6.14.4/include/rdma/ |
D | uverbs_types.h | 100 * 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-6.14.4/Documentation/i2c/ |
D | instantiating-devices.rst | 25 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.14.4/Documentation/ABI/testing/ |
D | sysfs-dev | 18 dynamically created and destroyed as devices enter and
|
/linux-6.14.4/fs/nilfs2/ |
D | Kconfig | 11 destroyed just a few seconds ago. Since this file system can keep
|
/linux-6.14.4/fs/ocfs2/ |
D | dcache.h | 21 * dl_lockres has been destroyed. This is usually done in
|
/linux-6.14.4/tools/memory-model/Documentation/ |
D | glossary.txt | 64 fragile, and can be easily destroyed by optimizing compilers. 97 fragile and can be easily destroyed by optimizing compilers.
|
/linux-6.14.4/include/net/caif/ |
D | cfpkt.h | 21 * pkt Packet to be destroyed. 172 * NB: Input packets will be destroyed after appending and cannot be used
|
/linux-6.14.4/drivers/infiniband/hw/mthca/ |
D | mthca_provider.h | 154 * QP is destroyed. Also, the consumer must make sure that calls to 157 * is destroyed.
|
/linux-6.14.4/arch/arm64/include/asm/ |
D | rsi.h | 55 * been DESTROYED, without our permission.
|