Lines Matching defs:limit
11291 uint64_t limit) {11292 if (((uint64_t)(*ptr_io2_r - iop_r)) > limit) {11293 *ptr_io2_r = iop_r + limit;11398 uint64_t limit) {11399 if (((uint64_t)(*ptr_io2_w - iop_w)) > limit) {11400 *ptr_io2_w = iop_w + limit;