Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mmc/
Dhost.h333 struct task_struct *claimer; /* task that has host claimed */ member
/linux-4.1.27/drivers/mmc/core/
Dcore.c911 if (stop || !host->claimed || host->claimer == current) in __mmc_claim_host()
920 host->claimer = current; in __mmc_claim_host()
955 host->claimer = NULL; in mmc_release_host()