Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mmc/
Dhost.h334 int claim_cnt; /* "claim" nesting count */ member
/linux-4.1.27/drivers/mmc/core/
Dcore.c921 host->claim_cnt += 1; in __mmc_claim_host()
922 if (host->claim_cnt == 1) in __mmc_claim_host()
950 if (--host->claim_cnt) { in mmc_release_host()