Home
last modified time | relevance | path

Searched refs:mmc_tot_in_flight (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dqueue.h111 static inline int mmc_tot_in_flight(struct mmc_queue *mq) in mmc_tot_in_flight() function
H A Dqueue.c307 get_card = (mmc_tot_in_flight(mq) == 1); in mmc_mq_queue_rq()
346 if (mmc_tot_in_flight(mq) == 0) in mmc_mq_queue_rq()
H A Dblock.c1473 put_card = (mmc_tot_in_flight(mq) == 0); in mmc_blk_cqe_complete_rq()
2036 put_card = (mmc_tot_in_flight(mq) == 0); in mmc_blk_mq_dec_in_flight()
/kernel/linux/linux-6.6/drivers/mmc/core/
H A Dqueue.h109 static inline int mmc_tot_in_flight(struct mmc_queue *mq) in mmc_tot_in_flight() function
H A 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()
H A Dblock.c1539 put_card = (mmc_tot_in_flight(mq) == 0); in mmc_blk_cqe_complete_rq()
2156 put_card = (mmc_tot_in_flight(mq) == 0); in mmc_blk_mq_dec_in_flight()

Completed in 12 milliseconds