/linux/Documentation/core-api/ |
H A 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/tools/testing/selftests/bpf/prog_tests/ |
H A 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/include/linux/rpmsg/ |
H A 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/include/drm/ |
H A 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/drivers/gpu/drm/amd/amdgpu/ |
H A 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/arch/m68k/fpsp040/ |
H A D | x_store.S | 106 | a0 -> destroyed 107 | a1 -> destroyed 178 | a0 -> destroyed 179 | a1 -> destroyed
|
/linux/arch/xtensa/include/asm/ |
H A D | asm-uaccess.h | 47 * <at> destroyed (actually, (TASK_SIZE + 1 - size)) 77 * <at> destroyed
|
/linux/Documentation/networking/ |
H A 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/drivers/hid/bpf/ |
H A D | hid_bpf_dispatch.c | 41 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 D | nf_conntrack_common.h | 136 IPCT_DESTROY, /* destroyed conntrack */ 154 IPEXP_DESTROY, /* destroyed expectation */
|
/linux/Documentation/filesystems/ |
H A 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/Documentation/i2c/ |
H A 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/drivers/staging/greybus/ |
H A D | audio_manager_private.h | 19 /* module destroyed via kobject_put */
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-dev | 18 dynamically created and destroyed as devices enter and
|
/linux/tools/memory-model/Documentation/ |
H A D | glossary.txt | 64 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 D | cfpkt.h | 21 * pkt Packet to be destroyed. 172 * NB: Input packets will be destroyed after appending and cannot be used
|
/linux/fs/ocfs2/ |
H A D | dcache.h | 21 * dl_lockres has been destroyed. This is usually done in
|
/linux/fs/nilfs2/ |
H A D | Kconfig | 11 destroyed just a few seconds ago. Since this file system can keep
|
/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | udp_tunnel_nic.sh | 323 msg="tunnels destroyed" 855 msg="tunnels destroyed 1" 881 msg="tunnels destroyed 2" 921 msg="tunnels destroyed"
|
/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_provider.h | 154 * QP is destroyed. Also, the consumer must make sure that calls to 157 * is destroyed.
|
/linux/net/core/ |
H A D | net_namespace.c | 672 * 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 D | dmapool.c | 357 * @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 D | command_buffer.c | 315 /* 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 D | call_state.c | 58 * setting the state to allow it to be destroyed.
|
/linux/include/xen/interface/hvm/ |
H A D | hvm_op.h | 22 /* Domain with a pagetable about to be destroyed. */
|