Home
last modified time | relevance | path

Searched refs:mmc_tot_in_flight (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/mmc/core/
Dqueue.h109 static inline int mmc_tot_in_flight(struct mmc_queue *mq) in mmc_tot_in_flight() function
Dqueue.c287 get_card = (mmc_tot_in_flight(mq) == 1); in mmc_mq_queue_rq()
326 if (mmc_tot_in_flight(mq) == 0) in mmc_mq_queue_rq()
Dblock.c1461 put_card = (mmc_tot_in_flight(mq) == 0); in mmc_blk_cqe_complete_rq()
2046 put_card = (mmc_tot_in_flight(mq) == 0); in mmc_blk_mq_dec_in_flight()