Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool_metadata.sh
H A Dtest_bpftool_map.sh
/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dresource_scale.sh20 ${current_test}_cleanup
72 ${current_test}_cleanup $target
/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dresource_scale.sh17 ${current_test}_cleanup
77 ${current_test}_cleanup $target
/linux/lib/zstd/compress/
H A Dzstd_fast.c257 goto _cleanup; in ZSTD_compressBlock_fast_noDict_generic()
349 _cleanup: in ZSTD_compressBlock_fast_noDict_generic()
626 if (ip1 > ilimit) goto _cleanup; in ZSTD_compressBlock_fast_dictMatchState_generic()
670 _cleanup: in ZSTD_compressBlock_fast_dictMatchState_generic()
781 goto _cleanup; in ZSTD_compressBlock_fast_extDict_generic()
883 _cleanup: in ZSTD_compressBlock_fast_extDict_generic()
H A Dzstd_double_fast.c174 goto _cleanup; in ZSTD_compressBlock_doubleFast_noDict_generic()
242 _cleanup: in ZSTD_compressBlock_doubleFast_noDict_generic()
/linux/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h1024 #define STAGE_CREATE(_stage, _init, _cleanup) \ argument
1025 .stage[_stage] = {.init = _init, .cleanup = _cleanup}