Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpktcdvd.h129 atomic_t io_wait; /* Number of pending IO operations */ member
/linux-4.4.14/drivers/mmc/host/
Dusdhi6rol0.c1424 bool io_wait = false; in usdhi6_sd_bh() local
1441 io_wait = usdhi6_end_cmd(host); in usdhi6_sd_bh()
1445 io_wait = usdhi6_mread_block(host); in usdhi6_sd_bh()
1449 io_wait = usdhi6_read_block(host); in usdhi6_sd_bh()
1453 io_wait = usdhi6_mwrite_block(host); in usdhi6_sd_bh()
1457 io_wait = usdhi6_write_block(host); in usdhi6_sd_bh()
1490 if (io_wait) { in usdhi6_sd_bh()
/linux-4.4.14/drivers/block/
Dpktcdvd.c992 if (atomic_dec_and_test(&pkt->io_wait)) { in pkt_end_io_read()
1010 atomic_dec(&pkt->io_wait); in pkt_end_io_packet_write()
1027 atomic_set(&pkt->io_wait, 0); in pkt_gather_data()
1076 atomic_inc(&pkt->io_wait); in pkt_gather_data()
1338 atomic_set(&pkt->io_wait, 1); in pkt_start_write()
1373 if (atomic_read(&pkt->io_wait) > 0) in pkt_run_state_machine()
1384 if (atomic_read(&pkt->io_wait) > 0) in pkt_run_state_machine()