Searched refs:req_off (Results 1 – 1 of 1) sorted by relevance
198 int req_off; in xb_write() local227 req_off = 0; in xb_write()229 this_chunk = min(cur_req->len - req_off, in xb_write()232 (char *)cur_req->data + req_off, this_chunk); in xb_write()234 req_off += this_chunk; in xb_write()236 if (req_off == cur_req->len) { in xb_write()237 req_off = 0; in xb_write()245 BUG_ON(req_off != 0); in xb_write()
Completed in 4 milliseconds