Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mmc/
Dhost.h413 int claim_cnt; /* "claim" nesting count */ member
/Linux-v4.19/drivers/mmc/core/
Dcore.c851 host->claim_cnt += 1; in __mmc_claim_host()
852 if (host->claim_cnt == 1) in __mmc_claim_host()
880 if (--host->claim_cnt) { in mmc_release_host()