Home
last modified time | relevance | path

Searched refs:destroyed (Results 1 – 25 of 73) sorted by relevance

123

/linux/drivers/infiniband/sw/rxe/
A Drxe_task.c97 task->destroyed = false; in rxe_init_task()
116 task->destroyed = true; in rxe_cleanup_task()
129 if (task->destroyed) in rxe_run_task()
A Drxe_task.h30 bool destroyed; member
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_vce.c740 uint32_t destroyed = 0; in amdgpu_vce_ring_parse_cs() local
840 if (destroyed & (1 << session_idx)) { in amdgpu_vce_ring_parse_cs()
841 destroyed &= ~(1 << session_idx); in amdgpu_vce_ring_parse_cs()
892 destroyed |= 1 << session_idx; in amdgpu_vce_ring_parse_cs()
952 tmp = destroyed; in amdgpu_vce_ring_parse_cs()
975 uint32_t destroyed = 0; in amdgpu_vce_ring_parse_cs_vm() local
1004 if (destroyed & (1 << session_idx)) { in amdgpu_vce_ring_parse_cs_vm()
1005 destroyed &= ~(1 << session_idx); in amdgpu_vce_ring_parse_cs_vm()
1017 destroyed |= 1 << session_idx; in amdgpu_vce_ring_parse_cs_vm()
1041 tmp = destroyed; in amdgpu_vce_ring_parse_cs_vm()
/linux/Documentation/core-api/
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/Documentation/networking/
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.
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, it's 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/drivers/gpu/drm/radeon/
A Dradeon_vce.c559 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()
/linux/Documentation/ABI/testing/
A Dsysfs-dev18 dynamically created and destroyed as devices enter and
A Dsysfs-block-rnbd58 Description: Remap the disconnected device if the session is not destroyed yet.
A Dsysfs-bus-fcoe33 discovery and login. The FCoE Controller is destroyed by
/linux/arch/m68k/fpsp040/
A Dx_store.S106 | a0 -> destroyed
107 | a1 -> destroyed
/linux/fs/nilfs2/
A DKconfig9 destroyed just a few seconds ago. Since this file system can keep
/linux/Documentation/i2c/
A Dinstantiating-devices.rst25 unbound and destroyed when the I2C bus they sit on goes away (if ever).
198 destroyed automatically when the driver which detected them is removed,
199 or when the underlying I2C bus is itself destroyed, whichever happens
/linux/tools/lib/traceevent/Documentation/
A Dlibtraceevent-handle.txt38 the last reference is removed, the _tep_ is destroyed, and all resources that
/linux/drivers/scsi/isci/
A Dremote_device.c1415 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()
/linux/Documentation/filesystems/
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
A Ddlmfs.rst62 destroyed and locks within them accessed.
/linux/tools/memory-model/Documentation/
A Dglossary.txt64 fragile, and can be easily destroyed by optimizing compilers.
97 fragile and can be easily destroyed by optimizing compilers.
/linux/Documentation/admin-guide/gpio/
A Dgpio-aggregator.rst25 Aggregated GPIO controllers are instantiated and destroyed by writing to
/linux/Documentation/filesystems/spufs/
A Dspu_create.rst36 descriptor is closed, the logical SPU context is destroyed.
/linux/Documentation/x86/
A Dtlb.rst13 destroyed and must be refilled later, at some cost.
/linux/Documentation/admin-guide/cgroup-v1/
A Drdma.rst75 Resource pool is destroyed if all the resource limits are set to max and
/linux/Documentation/RCU/
A Drcu.rst8 item being destroyed, and one that actually carries out the destruction.
/linux/Documentation/
A Dwatch_queue.rst71 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
/linux/tools/testing/selftests/tc-testing/creating-testcases/
A DAddingTestCases.txt80 the tests are run will be destroyed. This is to prevent inaccurate results
/linux/drivers/infiniband/hw/qedr/
A Dqedr.h303 u8 destroyed; member

Completed in 32 milliseconds

123