Home
last modified time | relevance | path

Searched refs:consumed (Results 1 – 8 of 8) sorted by relevance

/xen/tools/console/daemon/
A Dio.c87 size_t consumed; member
368 if (buffer->consumed > buffer->max_capacity / 4) { in buffer_append()
373 buffer->data + buffer->consumed, in buffer_append()
374 buffer->size - buffer->consumed); in buffer_append()
375 buffer->size -= buffer->consumed; in buffer_append()
376 buffer->consumed = 0; in buffer_append()
396 buffer->consumed += len; in buffer_advance()
397 if (buffer->consumed == buffer->size) { in buffer_advance()
398 buffer->consumed = 0; in buffer_advance()
1062 len = write(con->master_fd, con->buffer.data + con->buffer.consumed, in handle_tty_write()
[all …]
/xen/xen/common/
A Drangeset.c369 unsigned long consumed = 0; in rangeset_consume_ranges() local
372 rc = cb(x->s, x->e, ctxt, &consumed); in rangeset_consume_ranges()
374 ASSERT(consumed <= x->e - x->s + 1); in rangeset_consume_ranges()
375 x->s += consumed; in rangeset_consume_ranges()
/xen/docs/misc/
A Dxenstore-ring.txt40 been marked as 'consumed' by the relevant consumer pointer.
A D9pfs.pandoc254 data has already been consumed by the backend. **out_prod** is
259 much data has already been consumed by the frontend from the **in**
A Dvtd-pi.txt279 notification event for vCPU0 (the event will go to pCPU1) will be consumed
282 for it is always consumed by other vCPUs incorrectly. So we need introduce
A Dpvcalls.pandoc926 of how much data has already been consumed by the frontend from the **in**
932 how much data has already been consumed by the backend. **out_prod** is
/xen/docs/misc/xen-makefiles/
A Dmakefiles.rst15 'Makefile's are consumed by 'Rules.mk' when building.
/xen/stubdom/grub.patches/
A D61btrfs.diff579 + * disk space consumed by the extent, checksum blocks are included

Completed in 40 milliseconds