Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/core/
Dqueue.h111 static inline int mmc_tot_in_flight(struct mmc_queue *mq) in mmc_tot_in_flight() function
Dqueue.c299 get_card = (mmc_tot_in_flight(mq) == 1); in mmc_mq_queue_rq()
338 if (mmc_tot_in_flight(mq) == 0) in mmc_mq_queue_rq()
Dblock.c1488 put_card = (mmc_tot_in_flight(mq) == 0); in mmc_blk_cqe_complete_rq()
1996 put_card = (mmc_tot_in_flight(mq) == 0); in mmc_blk_mq_dec_in_flight()