Searched refs:fifo_client_t (Results 1 – 8 of 8) sorted by relevance
15 typedef struct fifo_client fifo_client_t; typedef22 zx_status_t block_fifo_create_client(zx_handle_t fifo, fifo_client_t** out);25 void block_fifo_release_client(fifo_client_t* client);41 zx_status_t block_fifo_txn(fifo_client_t* client, block_fifo_request_t* requests, size_t count);
32 explicit Client(fifo_client_t* client);49 void Reset(fifo_client_t* client = nullptr);52 fifo_client_t* Release();54 fifo_client_t* client_;
18 Client::Client(fifo_client_t* client) : client_(client) {} in Client()31 fifo_client_t* client; in Create()45 void Client::Reset(fifo_client_t* client) { in Reset()52 fifo_client_t* Client::Release() { in Release()53 fifo_client_t* client = client_; in Release()
70 } fifo_client_t; typedef72 zx_status_t block_fifo_create_client(zx_handle_t fifo, fifo_client_t** out) { in block_fifo_create_client()73 fifo_client_t* client = calloc(sizeof(fifo_client_t), 1); in block_fifo_create_client()83 void block_fifo_release_client(fifo_client_t* client) { in block_fifo_release_client()92 zx_status_t block_fifo_txn(fifo_client_t* client, block_fifo_request_t* requests, size_t count) { in block_fifo_txn()
212 fifo_client_t* client; in blkdev_test_fifo_basic()276 fifo_client_t* client; in blkdev_test_fifo_whole_disk()407 fifo_client_t* client; in blkdev_test_fifo_multiple_vmo()441 fifo_client_t* client;452 fifo_client_t* client = fifoarg->client; in fifo_vmo_thread()471 fifo_client_t* client; in blkdev_test_fifo_multiple_vmo_multithreaded()525 fifo_client_t* client; in blkdev_test_fifo_unclean_shutdown()589 fifo_client_t* client; in blkdev_test_fifo_bad_client_vmoid()624 fifo_client_t* client; in blkdev_test_fifo_bad_client_unaligned_request()662 fifo_client_t* client; in blkdev_test_fifo_bad_client_overflow()[all …]
138 fifo_client_t* client; in iotime_fifo()
202 fifo_client_t* client_;
296 fifo_client_t* client_;
Completed in 19 milliseconds