Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kvm/
H A Dpv.c758 size_t size_done = 0; in kvm_s390_pv_dump_stor_state() local
801 size_done += increment_len; in kvm_s390_pv_dump_stor_state()
807 if (!buff_user_len || size_done == DUMP_BUFF_LEN) { in kvm_s390_pv_dump_stor_state()
808 if (copy_to_user(buff_user, buff_kvm, size_done)) { in kvm_s390_pv_dump_stor_state()
813 buff_user += size_done; in kvm_s390_pv_dump_stor_state()
814 size_done = 0; in kvm_s390_pv_dump_stor_state()
/openbmc/linux/drivers/usb/dwc2/
H A Dgadget.c525 int size_done; in dwc2_hsotg_write_fifo() local
548 size_done = hs_ep->size_loaded - size_left; in dwc2_hsotg_write_fifo()
551 can_write = hs_ep->fifo_load - size_done; in dwc2_hsotg_write_fifo()
2415 unsigned int size_done; in dwc2_hsotg_handle_outdone() local
2427 size_done += hs_ep->last_load; in dwc2_hsotg_handle_outdone()
2429 req->actual = size_done; in dwc2_hsotg_handle_outdone()
2690 int size_left, size_done; in dwc2_hsotg_complete_in() local
2741 size_done = hs_ep->size_loaded - size_left; in dwc2_hsotg_complete_in()
2742 size_done += hs_ep->last_load; in dwc2_hsotg_complete_in()
2744 if (hs_req->req.actual != size_done) in dwc2_hsotg_complete_in()
[all …]