/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vce.c | 741 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() 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() 1045 tmp = destroyed; in amdgpu_vce_ring_parse_cs_vm()
|
/openbmc/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
|
H A D | watch_queue.rst | 71 or destroyed and the second indicates that some messages have been lost. 113 destroyed to discard any references the watch list holds on the watched
|
/openbmc/linux/drivers/iommu/iommufd/ |
H A D | main.c | 260 unsigned int destroyed = 0; in iommufd_fops_release() local 266 destroyed++; in iommufd_fops_release() 272 if (WARN_ON(!destroyed)) in iommufd_fops_release()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-dev | 18 dynamically created and destroyed as devices enter and
|
H A D | sysfs-block-rnbd | 58 Description: Remap the disconnected device if the session is not destroyed yet.
|
H A D | sysfs-bus-fcoe | 33 discovery and login. The FCoE Controller is destroyed by
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_vce.c | 559 bool destroyed = false, created = false, allocated = false; in radeon_vce_cs_parse() local 574 if (destroyed) { in radeon_vce_cs_parse() 627 destroyed = true; in radeon_vce_cs_parse() 673 if ((!r && destroyed) || (r && allocated)) { in radeon_vce_cs_parse()
|
/openbmc/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. 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,
|
/openbmc/linux/include/linux/ |
H A D | hid_bpf.h | 137 bool destroyed; /* prevents the assignment of any progs */ member
|
/openbmc/linux/fs/nilfs2/ |
H A D | Kconfig | 11 destroyed just a few seconds ago. Since this file system can keep
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | x_store.S | 106 | a0 -> destroyed 107 | a1 -> destroyed
|
/openbmc/linux/drivers/tty/hvc/ |
H A D | hvcs.c | 289 struct completion *destroyed; member 674 comp = hvcsd->destroyed; in hvcs_destruct_port() 694 hvcsd->destroyed = NULL; in hvcs_destruct_port() 810 hvcsd->destroyed = ∁ in hvcs_remove()
|
/openbmc/linux/drivers/hid/bpf/ |
H A D | hid_bpf_jmp_table.c | 170 if (hdev->bpf.destroyed) in hid_bpf_populate_hdev() 229 hdev_destroyed = hdev->bpf.destroyed; in hid_bpf_release_progs()
|
/openbmc/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
|
/openbmc/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
|
H A D | dlmfs.rst | 62 destroyed and locks within them accessed.
|
/openbmc/linux/drivers/scsi/isci/ |
H A D | remote_device.c | 1415 int destroyed; in isci_remote_device_resume_from_abort() local 1425 destroyed = sci_remote_node_context_is_being_destroyed(&idev->rnc); in isci_remote_device_resume_from_abort() 1426 if (!destroyed) in isci_remote_device_resume_from_abort() 1431 if (!destroyed && (status == SCI_SUCCESS)) in isci_remote_device_resume_from_abort()
|
/openbmc/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.
|
/openbmc/linux/Documentation/admin-guide/gpio/ |
H A D | gpio-aggregator.rst | 25 Aggregated GPIO controllers are instantiated and destroyed by writing to
|
/openbmc/linux/Documentation/filesystems/spufs/ |
H A D | spu_create.rst | 36 descriptor is closed, the logical SPU context is destroyed.
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | tlb.rst | 13 destroyed and must be refilled later, at some cost.
|
/openbmc/linux/Documentation/RCU/ |
H A D | rcu.rst | 8 item being destroyed, and one that actually carries out the destruction.
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | rdma.rst | 75 Resource pool is destroyed if all the resource limits are set to max and
|
/openbmc/linux/scripts/ |
H A D | spelling.txt | 491 destoried||destroyed 493 destoryed||destroyed 495 destroied||destroyed 500 detroyed||destroyed
|