Searched refs:bulk_channel_assign_pool (Results 1 - 13 of 13) sorted by relevance

/barrelfish-2018-10-04/usr/bench/bulk_transfer/
H A Dmicro_echo.c60 expect_success(bulk_channel_assign_pool(&txc, pool, wait_cont));
81 expect_success(bulk_channel_assign_pool(&txc, txalloc.pool, wait_cont));
150 expect_success(bulk_channel_assign_pool(&rxc, rxalloc.pool, wait_cont));
155 expect_success(bulk_channel_assign_pool(&txc, rxalloc.pool, wait_cont));
H A Dmicro_rtt.c122 expect_success(bulk_channel_assign_pool(&rxc, rxalloc.pool, wait_cont));
144 expect_success(bulk_channel_assign_pool(&txc, txalloc.pool, wait_cont));
H A Dmicro_throughput.c126 expect_success(bulk_channel_assign_pool(&rxc, rxalloc.pool, wait_cont));
152 expect_success(bulk_channel_assign_pool(&txc, txalloc.pool, wait_cont));
/barrelfish-2018-10-04/usr/block_server/
H A Dnet_benchmark.c203 err = bulk_channel_assign_pool(rx_chan, allocator_rx.pool,
214 err = bulk_channel_assign_pool(tx_chan, allocator_tx.pool,
H A Dlocal_server.c105 err = bulk_channel_assign_pool(&block_server->tx_chan, pool, cont);
108 err = bulk_channel_assign_pool(&block_server->rx_chan, pool, cont);
H A Dnetwork_server.c354 err = bulk_channel_assign_pool(&c->rx_chan, allocator_rx.pool, cont);
358 err = bulk_channel_assign_pool(&c->tx_chan, allocator_tx.pool, cont);
/barrelfish-2018-10-04/usr/block_server_user/
H A Dbenchmark.c194 err = bulk_channel_assign_pool(&service->rx_channel, rx_alloc.pool, cont);
201 err = bulk_channel_assign_pool(&service->tx_channel, tx_alloc.pool, cont);
/barrelfish-2018-10-04/usr/tests/bulk_transfer/
H A Dbulk_netproxy.c130 err = bulk_channel_assign_pool(&rx_channel, rx_allocator.pool, cont);
243 err = bulk_channel_assign_pool(&tx_channel, tx_allocator.pool, cont);
H A Dbulk_shm.c224 err = bulk_channel_assign_pool(&channel, allocator.pool,
227 USER_PANIC_ERR(err, "A1: bulk_channel_assign_pool");
418 err = bulk_channel_assign_pool(&channel, allocator.pool,
421 USER_PANIC_ERR(err, "A2: bulk_channel_assign_pool");
H A Dbulk_mini.c142 err = bulk_channel_assign_pool(channel, tx_allocator.pool, cont);
/barrelfish-2018-10-04/include/bulk_transfer/
H A Dbulk_transfer.h416 errval_t bulk_channel_assign_pool(struct bulk_channel *channel,
/barrelfish-2018-10-04/lib/bulk_transfer/
H A Dbulk_channel.c130 errval_t bulk_channel_assign_pool(struct bulk_channel *channel, function
152 debug_printf("bulk_channel_assign_pool: pool already assigned to channel\n");
/barrelfish-2018-10-04/usr/bulk_transfer_passthrough/
H A Dpassthrough.c160 errval_t err = bulk_channel_assign_pool(other, pool,

Completed in 74 milliseconds