Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/core/
Dcore.c795 return host->claimer == ctx || in mmc_ctx_matches()
796 (!ctx && task && host->claimer->task == task); in mmc_ctx_matches()
803 if (!host->claimer) { in mmc_ctx_set_claimer()
805 host->claimer = ctx; in mmc_ctx_set_claimer()
807 host->claimer = &host->default_ctx; in mmc_ctx_set_claimer()
810 host->claimer->task = task; in mmc_ctx_set_claimer()
885 host->claimer->task = NULL; in mmc_release_host()
886 host->claimer = NULL; in mmc_release_host()
914 WARN_ON(ctx && host->claimer != ctx); in mmc_put_card()
/Linux-v4.19/include/linux/mmc/
Dhost.h412 struct mmc_ctx *claimer; /* context that has host claimed */ member