Home
last modified time | relevance | path

Searched refs:claimer (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/mmc/core/
Dcore.c766 return host->claimer == ctx || in mmc_ctx_matches()
767 (!ctx && task && host->claimer->task == task); in mmc_ctx_matches()
774 if (!host->claimer) { in mmc_ctx_set_claimer()
776 host->claimer = ctx; in mmc_ctx_set_claimer()
778 host->claimer = &host->default_ctx; in mmc_ctx_set_claimer()
781 host->claimer->task = task; in mmc_ctx_set_claimer()
856 host->claimer->task = NULL; in mmc_release_host()
857 host->claimer = NULL; in mmc_release_host()
888 WARN_ON(ctx && host->claimer != ctx); in mmc_put_card()
/Linux-v5.4/include/linux/mmc/
Dhost.h416 struct mmc_ctx *claimer; /* context that has host claimed */ member