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

/linux-master/include/linux/
H A Ddamon.h507 * @before_terminate: Called before terminating the monitoring.
511 * @before_terminate just before starting and finishing the monitoring,
539 void (*before_terminate)(struct damon_ctx *context); member in struct:damon_callback
/linux-master/mm/damon/
H A Dcore.c1678 if (ctx->callback.before_terminate)
1679 ctx->callback.before_terminate(ctx);
H A Ddbgfs.c801 ctx->callback.before_terminate = dbgfs_before_terminate;
H A Dsysfs.c1528 ctx->callback.before_terminate = damon_sysfs_before_terminate;

Completed in 195 milliseconds