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

/barrelfish-master/usr/bench/bulk_transfer/
H A Dmicro_echo.c46 static struct bulk_channel rxc, txc; variable in typeref:struct:
55 while (txc.state != BULK_STATE_CONNECTED) {
56 event_dispatch(txc.waitset);
60 expect_success(bulk_channel_assign_pool(&txc, pool, wait_cont));
64 event_dispatch(txc.waitset); //wait until pool is assigned
76 .trust = txc.trust, };
81 expect_success(bulk_channel_assign_pool(&txc, txalloc.pool, wait_cont));
83 event_dispatch(txc.waitset); //wait until pool is assigned
107 expect_success(bulk_channel_move(&txc, reply, meta, panic_cont));
112 expect_success(bulk_channel_move(&txc, buffe
[all...]
H A Dmicro_throughput.c40 static struct bulk_channel rxc, txc; variable in typeref:struct:
86 assert(channel == &txc);
139 assert(txc.role == BULK_ROLE_MASTER); //otherwise, why are we allocating the pool?
145 .trust = txc.trust, };
152 expect_success(bulk_channel_assign_pool(&txc, txalloc.pool, wait_cont));
154 event_dispatch_non_block(txc.waitset);
173 expect_success(bulk_channel_move(&txc, buf, NULL, panic_cont));
175 err = event_dispatch_non_block(txc.waitset);
187 err = event_dispatch_non_block(txc.waitset);
219 initialize_channel(argv[2], &txc,
[all...]
H A Dmicro_rtt.c44 static struct bulk_channel rxc, txc; variable in typeref:struct:
84 assert(channel == &txc);
139 .trust = txc.trust,
144 expect_success(bulk_channel_assign_pool(&txc, txalloc.pool, wait_cont));
145 while (!wait_flag) event_dispatch(txc.waitset);
157 expect_success(bulk_channel_move(&txc, buf, NULL,
167 err = event_dispatch_non_block(txc.waitset);
199 initialize_channel(argv[2], &txc, &cb, ws, BULK_DIRECTION_TX, BUFSZ, 0,
/barrelfish-master/usr/block_server/
H A Dblock_server.h184 void run_test(struct bulk_channel *txc,
H A Dnet_benchmark.c175 void run_test(struct bulk_channel *txc, struct bulk_channel *rxc, void *block_service) argument
177 tx_chan = txc;

Completed in 50 milliseconds