Home
last modified time | relevance | path

Searched refs:nvme_write_zeroes (Results 1 – 2 of 2) sorted by relevance

/qemu/block/
H A Dtrace-events149 nvme_write_zeroes(void *s, uint64_t offset, uint64_t bytes, int flags) "s %p offset 0x%"PRIx64" byt…
/qemu/hw/nvme/
H A Dctrl.c3654 static inline uint16_t nvme_write_zeroes(NvmeCtrl *n, NvmeRequest *req) in nvme_write_zeroes() function
4459 return nvme_write_zeroes(n, req); in nvme_io_cmd()