Searched defs:prod (Results 1 – 10 of 10) sorted by relevance
/xen/xen/drivers/char/ |
A D | consoled.c | 49 XENCONS_RING_IDX cons, prod; in consoled_guest_rx() local 103 XENCONS_RING_IDX cons, prod; in consoled_guest_tx() local
|
A D | xen_pv_console.c | 100 XENCONS_RING_IDX cons, prod; in pv_console_rx() local 135 XENCONS_RING_IDX cons, prod; in pv_ring_puts() local
|
/xen/tools/ocaml/libs/xb/ |
A D | xs_ring_stubs.c | 60 XENSTORE_RING_IDX cons, prod; /* offsets only */ in ml_interface_read() local 119 XENSTORE_RING_IDX cons, prod; in ml_interface_write() local
|
/xen/xen/include/public/io/ |
A D | libxenvchan.h | 54 uint32_t cons, prod; member
|
/xen/xen/common/ |
A D | trace.c | 451 static inline bool_t bogus(u32 prod, u32 cons) in bogus() 466 u32 prod = buf->prod, cons = buf->cons; in calc_unconsumed_bytes() local 485 u32 prod = buf->prod, cons = buf->cons; in calc_bytes_to_wrap() local
|
/xen/tools/xenstore/ |
A D | xenstored_domain.c | 93 static bool check_indexes(XENSTORE_RING_IDX cons, XENSTORE_RING_IDX prod) in check_indexes() 99 XENSTORE_RING_IDX prod, in get_output_chunk() 109 XENSTORE_RING_IDX prod, in get_input_chunk() 124 XENSTORE_RING_IDX cons, prod; in writechn() local 154 XENSTORE_RING_IDX cons, prod; in readchn() local
|
/xen/tools/xentrace/ |
A D | xentrace.c | 90 unsigned long prod, cons, size; member 283 int cons, prod, wsize, written; in membuf_dump() local 719 unsigned long start_offset, end_offset, window_size, cons, prod; in monitor_tbufs() local
|
/xen/tools/console/daemon/ |
A D | io.c | 315 XENCONS_RING_IDX cons, prod, size; in buffer_append() local 988 XENCONS_RING_IDX cons, prod, space; in ring_free_bytes() local 1019 XENCONS_RING_IDX prod; in handle_tty_read() local
|
/xen/xen/include/public/ |
A D | trace.h | 317 uint32_t prod; /* Offset of next item to be produced by Xen. */ member
|
/xen/tools/xenmon/ |
A D | xenbaked.c | 503 unsigned long start_offset, end_offset, cons, prod; in monitor_tbufs() local
|
Completed in 17 milliseconds