Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_opts.c149 goto cleanup_target; in test_tc_opts_before_target()
248 cleanup_target: in test_tc_opts_before_target()
301 goto cleanup_target; in test_tc_opts_after_target()
432 goto cleanup_target; in test_tc_opts_after_target()
439 cleanup_target: in test_tc_opts_after_target()
494 goto cleanup_target; in test_tc_opts_revision_target()
504 goto cleanup_target; in test_tc_opts_revision_target()
546 cleanup_target: in test_tc_opts_revision_target()
711 goto cleanup_target; in test_tc_opts_replace_target()
856 cleanup_target in test_tc_opts_replace_target()
[all...]
/linux/include/linux/
H A Ddamon.h648 void (*cleanup_target)(struct damon_target *t); member
/linux/mm/damon/
H A Dvaddr.c1016 .cleanup_target = damon_va_cleanup_target, in damon_va_initcall()
H A Dcore.c509 if (ctx && ctx->ops.cleanup_target) in damon_destroy_target()
510 ctx->ops.cleanup_target(t); in damon_destroy_target()