Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mmc/
H A Dhost.h475 int claim_cnt; /* "claim" nesting count */ member
/openbmc/linux/drivers/mmc/core/
H A Dcore.c810 host->claim_cnt += 1; in __mmc_claim_host()
811 if (host->claim_cnt == 1) in __mmc_claim_host()
839 if (--host->claim_cnt) { in mmc_release_host()