Home
last modified time | relevance | path

Searched refs:to_destroy (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.promote_simple.ksh32 for to_destroy in $fs $clone; do
33 destroy_dataset $to_destroy "-R"
H A Dtst.promote_conflict.ksh34 for to_destroy in $fs $clone; do
35 destroy_dataset $to_destroy "-R"
H A Dtst.promote_multiple.ksh34 for to_destroy in $fs $clone1 $clone2; do
35 destroy_dataset $to_destroy "-R"
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dprof.c1237 prof_tctx_t *to_destroy = in prof_gctx_finish() local
1241 if (to_destroy != NULL) { in prof_gctx_finish()
1243 to_destroy); in prof_gctx_finish()
1245 to_destroy); in prof_gctx_finish()
1246 idalloctm(tsd_tsdn(tsd), to_destroy, in prof_gctx_finish()
2073 prof_tdata_t *to_destroy = tdata_tree_iter(&tdatas, next, in prof_reset() local
2075 if (to_destroy != NULL) { in prof_reset()
2076 next = tdata_tree_next(&tdatas, to_destroy); in prof_reset()
2077 prof_tdata_destroy_locked(tsd, to_destroy, false); in prof_reset()