Lines Matching refs:bytes2
194 unsigned int c, p, bytes1 = 0, bytes2 = 0;
233 bytes2 = evtchn_ring_offset(u, p) * sizeof(evtchn_port_t);
236 bytes2 = 0;
242 bytes2 = 0;
243 } else if ((bytes1 + bytes2) > count) {
244 bytes2 = count - bytes1;
250 ((bytes2 != 0) &&
251 copy_to_user(&buf[bytes1], &u->ring[0], bytes2)))
254 u->ring_cons += (bytes1 + bytes2) / sizeof(evtchn_port_t);
255 rc = bytes1 + bytes2;