Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/core/
H A Dcore.c754 return host->claimer == ctx || in mmc_ctx_matches()
755 (!ctx && task && host->claimer->task == task); in mmc_ctx_matches()
762 if (!host->claimer) { in mmc_ctx_set_claimer()
764 host->claimer = ctx; in mmc_ctx_set_claimer()
766 host->claimer = &host->default_ctx; in mmc_ctx_set_claimer()
769 host->claimer->task = task; in mmc_ctx_set_claimer()
844 host->claimer->task = NULL; in mmc_release_host()
845 host->claimer = NULL; in mmc_release_host()
876 WARN_ON(ctx && host->claimer != ctx); in mmc_put_card()
/openbmc/linux/include/linux/mmc/
H A Dhost.h474 struct mmc_ctx *claimer; /* context that has host claimed */ member