Searched refs:cleanup (Results 1 - 25 of 1160) sorted by last modified time

1234567891011>>

/linux-master/net/mptcp/
H A Dprotocol.c557 bool cleanup, rx_empty; local
559 cleanup = (space > 0) && (space >= (old_space << 1));
565 if (cleanup || mptcp_subflow_could_cleanup(ssk, rx_empty))
3053 goto cleanup;
3068 cleanup:
3154 * subflows cleanup code due to lock nesting (we are already under
3933 /* Do late cleanup for the first subflow as necessary. Also
/linux-master/fs/btrfs/
H A Dqgroup.c2394 goto cleanup;
2411 goto cleanup;
2415 cleanup:
2950 goto cleanup;
2964 goto cleanup;
2983 cleanup:
4139 goto cleanup;
4143 cleanup:
4283 * Or for error cleanup case.
/linux-master/drivers/spi/
H A Dspi.c663 if (spi->controller->cleanup)
664 spi->controller->cleanup(spi);
H A Dspi-hisi-kunpeng.c494 host->cleanup = hisi_spi_cleanup;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.c301 if (action->cleanup)
302 action->cleanup(action);
378 * Add the cleanup action to the cleanup list so that
957 eaction->action.cleanup = vmw_event_fence_action_cleanup;
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c435 /* TODO work and BO cleanup */
2571 * cleanup. This involves cleaning up the DRM device, DC, and any modules that
2836 goto cleanup;
2857 cleanup:
6800 goto cleanup;
6804 goto cleanup;
6808 goto cleanup;
6845 cleanup:
8365 goto cleanup;
8743 cleanup
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c159 goto cleanup;
186 goto cleanup;
246 cleanup:
833 * cleanup of the kfd_process (following the release of the mm
834 * of the old process image) is still in the cleanup work queue.
1530 * After this point, mmu_notifier_put will trigger the cleanup by
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c2868 goto cleanup;
2887 goto cleanup;
2909 goto cleanup;
2938 goto cleanup;
2955 goto cleanup;
2978 goto cleanup;
2982 cleanup:
/linux-master/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c12 #include <linux/cleanup.h>
/linux-master/drivers/pinctrl/
H A Dcore.c16 #include <linux/cleanup.h>
/linux-master/tools/testing/selftests/mm/
H A Dsplit_huge_page_test.c229 goto cleanup;
238 goto cleanup;
247 goto cleanup;
264 cleanup:
/linux-master/net/ipv4/
H A Droute.c1815 goto cleanup;
1840 goto cleanup;
1863 goto cleanup;
1877 cleanup:
/linux-master/net/bluetooth/
H A Dhci_conn.c158 if (conn->cleanup)
159 conn->cleanup(conn);
956 /* set proper cleanup function */
958 conn->cleanup = bis_cleanup;
960 conn->cleanup = cis_cleanup;
1059 * and links don't need to be cleanup as all connections
1060 * would be cleanup.
1121 /* Remove the connection from the list and cleanup its remaining
1123 * BT_CONNECT_SCAN we *only* want the cleanup part without the
1372 * existing disabled params, those will stay after cleanup
[all...]
/linux-master/include/net/bluetooth/
H A Dhci_core.h792 void (*cleanup)(struct hci_conn *conn); member in struct:hci_conn
/linux-master/fs/netfs/
H A Dbuffered_write.c192 wreq->cleanup = netfs_cleanup_buffered_write;
973 wreq->cleanup = netfs_cleanup_buffered_write;
1241 wreq->cleanup = netfs_cleanup_launder_folio;
/linux-master/drivers/net/
H A Dmacsec.c1859 goto cleanup;
1871 goto cleanup;
1881 cleanup:
1946 goto cleanup;
1954 goto cleanup;
1961 cleanup:
2102 goto cleanup;
2114 goto cleanup;
2124 cleanup:
2173 goto cleanup;
[all...]
/linux-master/drivers/mmc/host/
H A Dsdhci-msm.c2020 goto cleanup;
2030 goto cleanup;
2036 goto cleanup;
2055 goto cleanup;
2061 cleanup:
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_umsch_mm.c472 goto cleanup;
476 goto cleanup;
483 cleanup:
/linux-master/drivers/gpio/
H A Dgpio-tangier.c13 #include <linux/cleanup.h>
/linux-master/drivers/usb/host/
H A Dxhci-ring.c1365 goto cleanup;
1444 cleanup:
1912 goto cleanup;
1919 goto cleanup;
1949 goto cleanup;
1966 goto cleanup;
2005 goto cleanup;
2018 goto cleanup;
2028 cleanup:
2138 * cleanup th
[all...]
/linux-master/drivers/usb/class/
H A Dcdc-wdm.c364 static void cleanup(struct wdm_device *desc) function
773 dev_dbg(&desc->intf->dev, "wdm_release: cleanup\n");
784 cleanup(desc);
1127 cleanup(desc);
1240 cleanup(desc);
1242 dev_dbg(&intf->dev, "%d open files - postponing cleanup\n", desc->count);
/linux-master/drivers/misc/mei/
H A Dvsc-tp.c8 #include <linux/cleanup.h>
H A Dplatform-vsc.c9 #include <linux/cleanup.h>
/linux-master/arch/x86/kvm/vmx/
H A Dpmu_intel.c732 .cleanup = intel_pmu_cleanup,
/linux-master/arch/x86/kvm/
H A Dpmu.c526 * triggers KVM_REQ_PMU if cleanup is needed.
1019 goto cleanup;
1023 goto cleanup;
1040 cleanup:

Completed in 381 milliseconds

1234567891011>>