Lines Matching defs:ios
713 long long *bytes, int *ios)
735 * accumulate how many bytes/ios are waited across changes. And use the
736 * calculated carryover (@bytes/@ios) to update [bytes/io]_disp, which
748 *ios = io_allowed - tg->io_disp[rw];
752 tg->io_disp[rw] = -*ios;
758 int ios[2] = {0};
760 __tg_update_carryover(tg, READ, &bytes[READ], &ios[READ]);
761 __tg_update_carryover(tg, WRITE, &bytes[WRITE], &ios[WRITE]);
765 bytes[READ], bytes[WRITE], ios[READ], ios[WRITE]);