Searched refs:rxc (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/usr/bench/bulk_transfer/
H A Dmicro_rtt.c44 static struct bulk_channel rxc, txc; variable in typeref:struct:bulk_channel
65 assert(channel == &rxc);
67 expect_success(bulk_channel_pass(&rxc, buffer, NULL, panic_cont));
74 expect_success(bulk_channel_pass(&rxc, buffer, NULL, panic_cont));
109 if (rxc.role == BULK_ROLE_MASTER) {
117 .trust = rxc.trust,
122 expect_success(bulk_channel_assign_pool(&rxc, rxalloc.pool, wait_cont));
123 while (!wait_flag) event_dispatch(rxc.waitset);
128 expect_success(bulk_channel_pass(&rxc, buf, NULL, panic_cont));
147 while(wait_no_copy) event_dispatch(rxc
[all...]
H A Dmicro_throughput.c40 static struct bulk_channel rxc, txc; variable in typeref:struct:bulk_channel
64 assert(channel == &rxc);
68 expect_success(bulk_channel_pass(&rxc, buffer, NULL, panic_cont));
76 expect_success(bulk_channel_pass(&rxc, buffer, NULL, panic_cont));
110 if (rxc.role == BULK_ROLE_MASTER) {
118 .trust = rxc.trust, };
126 expect_success(bulk_channel_assign_pool(&rxc, rxalloc.pool, wait_cont));
128 event_dispatch(rxc.waitset);
133 expect_success(bulk_channel_pass(&rxc, buf, NULL, panic_cont));
155 event_dispatch_non_block(rxc
[all...]
H A Dmicro_echo.c46 static struct bulk_channel rxc, txc; variable in typeref:struct:bulk_channel
51 if (channel == &rxc) {
97 assert(channel == &rxc);
109 expect_success(bulk_channel_pass(&rxc, buffer, meta, panic_cont));
127 expect_success(bulk_channel_pass(&rxc, buffer, meta, panic_cont));
138 if (rxc.role == BULK_ROLE_MASTER) {
145 .trust = rxc.trust, };
150 expect_success(bulk_channel_assign_pool(&rxc, rxalloc.pool, wait_cont));
152 event_dispatch(rxc.waitset);
162 expect_success(bulk_channel_pass(&rxc, bu
[all...]
/barrelfish-master/usr/block_server/
H A Dblock_server.h185 struct bulk_channel *rxc,
H A Dnet_benchmark.c175 void run_test(struct bulk_channel *txc, struct bulk_channel *rxc, void *block_service) argument
178 rx_chan = rxc;

Completed in 40 milliseconds