Home
last modified time | relevance | path

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

12345678910>>...22

/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/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.
/linux/drivers/gpu/drm/amd/amdgpu/
H A 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/arch/m68k/fpsp040/
H A Dx_store.S106 | a0 -> destroyed
107 | a1 -> destroyed
178 | a0 -> destroyed
179 | a1 -> destroyed
/linux/arch/xtensa/include/asm/
H A Dasm-uaccess.h47 * <at> destroyed (actually, (TASK_SIZE + 1 - size))
77 * <at> 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/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()
636 /* mark the device as destroyed in bpf so we don't reattach it */ in hid_bpf_destroy_device()
637 hdev->bpf.destroyed = true; in hid_bpf_destroy_device()
/linux/include/uapi/linux/netfilter/
H A Dnf_conntrack_common.h136 IPCT_DESTROY, /* destroyed conntrack */
154 IPEXP_DESTROY, /* destroyed expectation */
/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/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/drivers/staging/greybus/
H A Daudio_manager_private.h19 /* module destroyed via kobject_put */
/linux/Documentation/ABI/testing/
H A Dsysfs-dev18 dynamically created and destroyed as devices enter and
/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/fs/ocfs2/
H A Ddcache.h21 * dl_lockres has been destroyed. This is usually done in
/linux/fs/nilfs2/
H A DKconfig11 destroyed just a few seconds ago. Since this file system can keep
/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dudp_tunnel_nic.sh323 msg="tunnels destroyed"
855 msg="tunnels destroyed 1"
881 msg="tunnels destroyed 2"
921 msg="tunnels destroyed"
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h154 * QP is destroyed. Also, the consumer must make sure that calls to
157 * is destroyed.
/linux/net/core/
H A Dnet_namespace.c672 * useless anyway, as netns_ids are destroyed there. in cleanup_net()
1415 * destroyed respectively.
1424 * When a network namespace is destroyed all of the exit methods
1443 * used when network namespaces are created or destroyed. In
1461 * destroyed respectively.
1470 * When a network namespace is destroyed all of the exit methods
1491 * used when network namespaces are created or destroyed. In
/linux/mm/
H A Ddmapool.c357 * @pool: dma pool that will be destroyed
491 * automatically destroyed on driver detach.
517 * @pool: dma pool that will be destroyed
/linux/drivers/accel/habanalabs/common/
H A Dcommand_buffer.c315 /* Make sure that CB handle isn't destroyed more than once */ in hl_cb_destroy()
319 dev_dbg(mmg->dev, "CB destroy failed, handle %#llx was already destroyed\n", in hl_cb_destroy()
329 dev_dbg(mmg->dev, "CB 0x%llx is destroyed while still in use\n", cb_handle); in hl_cb_destroy()
/linux/net/rxrpc/
H A Dcall_state.c58 * setting the state to allow it to be destroyed.
/linux/include/xen/interface/hvm/
H A Dhvm_op.h22 /* Domain with a pagetable about to be destroyed. */

12345678910>>...22