Home
last modified time | relevance | path

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

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