Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mmc/core/
Dqueue.h109 static inline int mmc_tot_in_flight(struct mmc_queue *mq) in mmc_tot_in_flight() function
Dqueue.c288 get_card = (mmc_tot_in_flight(mq) == 1); in mmc_mq_queue_rq()
327 if (mmc_tot_in_flight(mq) == 0) in mmc_mq_queue_rq()
Dblock.c1478 put_card = (mmc_tot_in_flight(mq) == 0); in mmc_blk_cqe_complete_rq()
2094 put_card = (mmc_tot_in_flight(mq) == 0); in mmc_blk_mq_dec_in_flight()