Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_task.c124 task->destroyed = false; in rxe_init_task()
143 task->destroyed = true; in rxe_cleanup_task()
156 if (task->destroyed) in rxe_run_task()
Drxe_task.h57 bool destroyed; member
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vce.c713 uint32_t destroyed = 0; in amdgpu_vce_ring_parse_cs() local
813 if (destroyed & (1 << session_idx)) { in amdgpu_vce_ring_parse_cs()
814 destroyed &= ~(1 << session_idx); in amdgpu_vce_ring_parse_cs()
865 destroyed |= 1 << session_idx; in amdgpu_vce_ring_parse_cs()
925 tmp = destroyed; in amdgpu_vce_ring_parse_cs()
948 uint32_t destroyed = 0; in amdgpu_vce_ring_parse_cs_vm() local
977 if (destroyed & (1 << session_idx)) { in amdgpu_vce_ring_parse_cs_vm()
978 destroyed &= ~(1 << session_idx); in amdgpu_vce_ring_parse_cs_vm()
990 destroyed |= 1 << session_idx; in amdgpu_vce_ring_parse_cs_vm()
1014 tmp = destroyed; in amdgpu_vce_ring_parse_cs_vm()
/Linux-v4.19/Documentation/core-api/
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
Dgenalloc.rst37 pool when the given device is destroyed.
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-dev17 dynamically created and destroyed as devices enter and
Dsysfs-bus-fcoe30 discovery and login. The FCoE Controller is destroyed by
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_vce.c560 bool destroyed = false, created = false, allocated = false; in radeon_vce_cs_parse() local
575 if (destroyed) { in radeon_vce_cs_parse()
628 destroyed = true; in radeon_vce_cs_parse()
674 if ((!r && destroyed) || (r && allocated)) { in radeon_vce_cs_parse()
/Linux-v4.19/fs/nilfs2/
DKconfig8 destroyed just a few seconds ago. Since this file system can keep
/Linux-v4.19/arch/m68k/fpsp040/
Dx_store.S106 | a0 -> destroyed
107 | a1 -> destroyed
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_verbs.h163 u8 destroyed:1; member
/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_verbs.h177 u16 destroyed:1; member
/Linux-v4.19/drivers/infiniband/hw/qedr/
Dqedr.h296 u8 destroyed; member
444 bool destroyed; member
/Linux-v4.19/Documentation/i2c/
Dinstantiating-devices50 The devices will be automatically unbound and destroyed when the I2C bus
185 destroyed automatically when the driver which detected them is removed,
186 or when the underlying I2C bus is itself destroyed, whichever happens
/Linux-v4.19/drivers/scsi/isci/
Dremote_device.c1414 int destroyed; in isci_remote_device_resume_from_abort() local
1424 destroyed = sci_remote_node_context_is_being_destroyed(&idev->rnc); in isci_remote_device_resume_from_abort()
1425 if (!destroyed) in isci_remote_device_resume_from_abort()
1430 if (!destroyed && (status == SCI_SUCCESS)) in isci_remote_device_resume_from_abort()
/Linux-v4.19/Documentation/filesystems/configfs/
Dconfigfs.txt24 destroyed in kernel, the kernel controls the lifecycle of the sysfs
28 mkdir(2). It is destroyed via rmdir(2). The attributes appear at
76 When an item needs to be destroyed, remove it with rmdir(2). An
77 item cannot be destroyed if any other item has a link to it (via
122 Items are created and destroyed inside a config_group. A group is a
/Linux-v4.19/Documentation/x86/
Dtlb.txt6 destroyed and must be refilled later, at some cost.
/Linux-v4.19/Documentation/RCU/
Drcu.txt6 item being destroyed, and one that actually carries out the destruction.
/Linux-v4.19/Documentation/cgroup-v1/
Drdma.txt74 Resource pool is destroyed if all the resource limits are set to max and
/Linux-v4.19/tools/testing/selftests/tc-testing/creating-testcases/
DAddingTestCases.txt75 the tests are run will be destroyed. This is to prevent inaccurate results
/Linux-v4.19/Documentation/filesystems/
Ddlmfs.txt57 destroyed and locks within them accessed.
/Linux-v4.19/scripts/
Dspelling.txt404 destoried||destroyed
406 destoryed||destroyed
408 destroied||destroyed
/Linux-v4.19/Documentation/livepatch/
Dshadow-vars.txt95 If parent data structures are frequently created and destroyed, it may
/Linux-v4.19/Documentation/gpu/
Dtegra.rst45 the subsystem specific bits are torn down and the clients destroyed in turn.
/Linux-v4.19/Documentation/security/keys/
Drequest-key.rst48 destroyed. The kernel interface returns a pointer directly to the key, and

123