Home
last modified time | relevance | path

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

/linux-3.3/include/linux/mmc/
Dhost.h315 int claim_cnt; /* "claim" nesting count */ member
/linux-3.3/drivers/mmc/core/
Dcore.c733 host->claim_cnt += 1; in __mmc_claim_host()
760 host->claim_cnt += 1; in mmc_try_claim_host()
780 if (--host->claim_cnt) { in mmc_do_release_host()