Lines Matching defs:size
39 /* this is the physical layout of a PCL, its size is 128 bytes */
62 atomic_t size;
124 atomic_set(&buffer->size, 0);
144 atomic_read(&buffer->size) > 0) ||
148 if (atomic_read(&buffer->size) == 0)
171 * Decrease buffer->size as the last thing, since this is what
175 atomic_sub(sizeof(struct packet) + length, &buffer->size);
188 atomic_read(&buffer->size) + sizeof(struct packet) + length) {
207 /* Finally, adjust buffer size and wake up userspace reader. */
209 atomic_add(sizeof(struct packet) + length, &buffer->size);
326 if (atomic_read(&client->buffer.size) > 0)
616 /* Setup the general receive FIFO max size. */