claimer 766 drivers/mmc/core/core.c return host->claimer == ctx || claimer 767 drivers/mmc/core/core.c (!ctx && task && host->claimer->task == task); claimer 774 drivers/mmc/core/core.c if (!host->claimer) { claimer 776 drivers/mmc/core/core.c host->claimer = ctx; claimer 778 drivers/mmc/core/core.c host->claimer = &host->default_ctx; claimer 781 drivers/mmc/core/core.c host->claimer->task = task; claimer 856 drivers/mmc/core/core.c host->claimer->task = NULL; claimer 857 drivers/mmc/core/core.c host->claimer = NULL; claimer 888 drivers/mmc/core/core.c WARN_ON(ctx && host->claimer != ctx); claimer 417 include/linux/mmc/host.h struct mmc_ctx *claimer; /* context that has host claimed */