Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddamon.h471 void (*before_terminate)(struct damon_ctx *context); member
/openbmc/linux/mm/damon/
H A Dcore.c1508 if (ctx->callback.before_terminate) in kdamond_fn()
1509 ctx->callback.before_terminate(ctx); in kdamond_fn()
H A Ddbgfs.c799 ctx->callback.before_terminate = dbgfs_before_terminate; in dbgfs_new_ctx()
H A Dsysfs.c1429 ctx->callback.before_terminate = damon_sysfs_before_terminate; in damon_sysfs_build_ctx()