Home
last modified time | relevance | path

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

/netbsd-src/sys/uvm/
H A Duvm_readahead.c145 size_t donebytes; in ra_startio() local
173 donebytes = orignpages << PAGE_SHIFT; in ra_startio()
174 off += donebytes; in ra_startio()
/netbsd-src/sys/dev/dm/
H A Ddm_target_flakey.c359 int donebytes; local
385 donebytes = bp->b_bufsize;
387 nestiobuf_done(mbp, donebytes, error);
/netbsd-src/sys/kern/
H A Dvfs_bio.c2076 int donebytes; in nestiobuf_iodone()
2091 donebytes = bp->b_bufsize;
2094 nestiobuf_done(mbp, donebytes, error);
2134 * => 'donebytes' specifies how many bytes in the 'mbp' is completed. in nestiobuf_done()
2135 * => 'error' is an errno(2) that 'donebytes' has been completed with. in nestiobuf_done()
2139 nestiobuf_done(buf_t *mbp, int donebytes, int error) in nestiobuf_done()
2142 if (donebytes == 0) { in nestiobuf_done()
2146 KASSERT(mbp->b_resid >= donebytes); in nestiobuf_done()
2147 mbp->b_resid -= donebytes; in nestiobuf_done()
2068 int donebytes; nestiobuf_iodone() local
2131 nestiobuf_done(buf_t * mbp,int donebytes,int error) nestiobuf_done() argument