Lines Matching refs:bytes
118 * This has to take 16 bytes to make sure that the end of buffer
135 struct mon_bin_hdr __user *hdr; /* Can be 48 bytes or 64. */
167 #define ISODESC_MAX 128 /* Same number as usbfs allows, 2048 bytes. */
186 unsigned int b_size; /* Current size of the buffer - bytes */
188 unsigned int b_in, b_out; /* Offsets into buffer - bytes */
359 * Return a few (kilo-)bytes to the head of the buffer.
905 unsigned int bytes, avail;
925 bytes = 0;
926 while (bytes < avail) {
941 bytes += size;
955 unsigned int bytes, avail;
969 bytes = 0;
970 while (bytes < avail) {
978 bytes += size;