Searched refs:do_read (Results 1 – 3 of 3) sorted by relevance
42 static zx_status_t do_read(zx_handle_t fifo, block_fifo_response_t* response) { in do_read() function118 if ((status = do_read(client->fifo, &response)) != ZX_OK) { in block_fifo_txn()
70 int worker_rw(worker_t* w, bool do_read) { in worker_rw() argument98 if (do_read) { in worker_rw()
76 int worker_rw(worker_t* w, bool do_read) { in worker_rw() argument104 if (do_read) { in worker_rw()
Completed in 4 milliseconds