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

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

Completed in 112 milliseconds