Home
last modified time | relevance | path

Searched refs:_cleanup (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_bpftool_metadata.sh11 _cleanup() function
20 _cleanup
32 _cleanup
H A Dtest_xdp_veth.sh26 _cleanup() function
41 _cleanup
53 _cleanup
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dresource_scale.sh23 ${current_test}_cleanup
44 ${current_test}_cleanup
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dresource_scale.sh17 ${current_test}_cleanup
46 ${current_test}_cleanup
/OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/
H A Dpthread.h756 ptw32_cleanup_t _cleanup; \
758 _cleanup.routine = (ptw32_cleanup_callback_t)(_rout); \
759 _cleanup.arg = (_arg); \
769 (*(_cleanup.routine))( _cleanup.arg ); \
784 ptw32_cleanup_t _cleanup; \
786 ptw32_push_cleanup( &_cleanup, (ptw32_cleanup_callback_t) (_rout), (_arg) ); \
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Drootfs.py104 def _cleanup(self): member in Rootfs
241 self._cleanup()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/rpm/
H A Drootfs.py146 def _cleanup(self): member in PkgRootfs
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/deb/
H A Drootfs.py209 def _cleanup(self): member in PkgRootfs
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ipk/
H A Drootfs.py349 def _cleanup(self): member in PkgRootfs
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h849 #define STAGE_CREATE(_stage, _init, _cleanup) \ argument
850 .stage[_stage] = {.init = _init, .cleanup = _cleanup}
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Dtodo.rst539 drm_*_cleanup implementations and can be removed. Some tack a kfree() at the