Searched refs:byteoffset (Results 1 – 1 of 1) sorted by relevance
333 size_t byteoffset = txn->op.rw.offset_vmo & PAGE_MASK; in io_process_txn() local336 size_t pagecount = (byteoffset + bytes + PAGE_MASK) >> PAGE_SHIFT; in io_process_txn()360 cmd.dptr.prp[0] = pages[0] | byteoffset; in io_process_txn()
Completed in 5 milliseconds