Searched defs:prod (Results 1 – 10 of 10) sorted by relevance
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | consoled.c | 49 XENCONS_RING_IDX cons, prod; in consoled_guest_rx() local 106 XENCONS_RING_IDX cons, prod; in consoled_guest_tx() local
|
A D | xen_pv_console.c | 99 XENCONS_RING_IDX cons, prod; in pv_console_rx() local 134 XENCONS_RING_IDX cons, prod; in pv_ring_puts() local
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xb/ |
A D | xs_ring_stubs.c | 52 XENSTORE_RING_IDX cons, prod; /* offsets only */ in ml_interface_read() local 111 XENSTORE_RING_IDX cons, prod; in ml_interface_write() local
|
/xen-4.10.0-shim-comet/xen/include/public/io/ |
A D | libxenvchan.h | 54 uint32_t cons, prod; member
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstored_domain.c | 88 static bool check_indexes(XENSTORE_RING_IDX cons, XENSTORE_RING_IDX prod) in check_indexes() 94 XENSTORE_RING_IDX prod, in get_output_chunk() 104 XENSTORE_RING_IDX prod, in get_input_chunk() 119 XENSTORE_RING_IDX cons, prod; in writechn() local 149 XENSTORE_RING_IDX cons, prod; in readchn() local
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | trace.c | 453 static inline bool_t bogus(u32 prod, u32 cons) in bogus() 468 u32 prod = buf->prod, cons = buf->cons; in calc_unconsumed_bytes() local 487 u32 prod = buf->prod, cons = buf->cons; in calc_bytes_to_wrap() local
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xentrace.c | 90 unsigned long prod, cons, size; member 283 int cons, prod, wsize, written; in membuf_dump() local 712 unsigned long start_offset, end_offset, window_size, cons, prod; in monitor_tbufs() local
|
/xen-4.10.0-shim-comet/tools/console/daemon/ |
A D | io.c | 290 XENCONS_RING_IDX cons, prod, size; in buffer_append() local 963 XENCONS_RING_IDX cons, prod, space; in ring_free_bytes() local 994 XENCONS_RING_IDX prod; in handle_tty_read() local
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | trace.h | 315 uint32_t prod; /* Offset of next item to be produced by Xen. */ member
|
/xen-4.10.0-shim-comet/tools/xenmon/ |
A D | xenbaked.c | 501 unsigned long start_offset, end_offset, cons, prod; in monitor_tbufs() local
|
Completed in 25 milliseconds