Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mmc/
Dhost.h417 int claim_cnt; /* "claim" nesting count */ member
/Linux-v5.4/drivers/mmc/core/
Dcore.c822 host->claim_cnt += 1; in __mmc_claim_host()
823 if (host->claim_cnt == 1) in __mmc_claim_host()
851 if (--host->claim_cnt) { in mmc_release_host()