Lines Matching refs:kdamond
542 * This function should not be called while the kdamond is running.
575 * This function should not be called while the kdamond of the context is
639 if (!ctx->kdamond) {
642 ctx->kdamond = kthread_run(kdamond_fn, ctx, "kdamond.%d",
644 if (IS_ERR(ctx->kdamond)) {
645 err = PTR_ERR(ctx->kdamond);
646 ctx->kdamond = NULL;
707 tsk = ctx->kdamond;
1353 pr_debug("kdamond (%d) starts\n", current->pid);
1431 pr_debug("kdamond (%d) finishes\n", current->pid);
1433 ctx->kdamond = NULL;