Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mmc/core/
Dcore.c750 return host->claimer == ctx || in mmc_ctx_matches()
751 (!ctx && task && host->claimer->task == task); in mmc_ctx_matches()
758 if (!host->claimer) { in mmc_ctx_set_claimer()
760 host->claimer = ctx; in mmc_ctx_set_claimer()
762 host->claimer = &host->default_ctx; in mmc_ctx_set_claimer()
765 host->claimer->task = task; in mmc_ctx_set_claimer()
840 host->claimer->task = NULL; in mmc_release_host()
841 host->claimer = NULL; in mmc_release_host()
872 WARN_ON(ctx && host->claimer != ctx); in mmc_put_card()
/linux-5.19.10/include/linux/mmc/
Dhost.h448 struct mmc_ctx *claimer; /* context that has host claimed */ member