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

/barrelfish-2018-10-04/include/bulk_transfer/
H A Dbulk_allocator.h63 errval_t bulk_alloc_init(struct bulk_allocator *alloc,
/barrelfish-2018-10-04/usr/bench/bulk_transfer/
H A Dmicro_echo.c77 expect_success(bulk_alloc_init(&txalloc, NUMBUFS, BUFSZ, &pool_constraints));
146 expect_success(bulk_alloc_init(&rxalloc, NUMBUFS, BUFSZ, &pool_constraints));
H A Dmicro_rtt.c119 expect_success(bulk_alloc_init(&rxalloc, NUMBUFS, BUFSZ, &pool_constraints));
141 expect_success(bulk_alloc_init(&txalloc, NUMBUFS, BUFSZ, &pool_constraints));
H A Dmicro_throughput.c120 expect_success(bulk_alloc_init(&rxalloc, NUMBUFS, BUFSZ, &pool_constraints));
147 expect_success(bulk_alloc_init(&txalloc, NUMBUFS, BUFSZ, &pool_constraints));
/barrelfish-2018-10-04/usr/block_server/
H A Dnet_benchmark.c185 err = bulk_alloc_init(&allocator_tx, BLOCK_BENCH_NUMBUFS, BLOCK_BENCH_BUFSIZE, NULL);
190 err = bulk_alloc_init(&allocator_rx, BLOCK_BENCH_NUMBUFS, BLOCK_BENCH_BUFSIZE, NULL);
H A Dnetwork_server.c338 err = bulk_alloc_init(&allocator_tx, BULK_NET_PROXY_NUMBUFS,
344 err = bulk_alloc_init(&allocator_rx, BULK_NET_PROXY_NUMBUFS,
/barrelfish-2018-10-04/usr/block_server_user/
H A Dbenchmark.c174 err = bulk_alloc_init(&tx_alloc, BS_BENCH_NUM_BUFS, BS_BENCH_BUF_SIZE,
180 err = bulk_alloc_init(&rx_alloc, BS_BENCH_NUM_BUFS, BS_BENCH_BUF_SIZE,
/barrelfish-2018-10-04/lib/bulk_transfer/
H A Dbulk_allocator.c33 errval_t bulk_alloc_init(struct bulk_allocator *alloc, function
121 assert(!"NYI: bulk_alloc_init");
133 assert(!"NYI: bulk_alloc_init");
213 assert(!"NYI: bulk_alloc_init");
/barrelfish-2018-10-04/usr/tests/bulk_transfer/
H A Dbulk_netproxy.c144 err = bulk_alloc_init(&rx_allocator, RXNBUFS, BUFSZ, NULL);
256 err = bulk_alloc_init(&tx_allocator, 4, BUFSZ, NULL);
H A Dbulk_shm.c217 err = bulk_alloc_init(&allocator, 5, 4096, &pool_constraints);
219 USER_PANIC_ERR(err, "A1: bulk_alloc_init");
411 err = bulk_alloc_init(&allocator, 5, 4096, &pool_constraints);
413 USER_PANIC_ERR(err, "A2: bulk_alloc_init");
H A Dbulk_mini.c185 err = bulk_alloc_init(&tx_allocator, 4, BUFSZ, NULL);
/barrelfish-2018-10-04/lib/bulk_transfer/backends/net/
H A Dbulk_net_transparent.c494 err = bulk_alloc_init(&pool_alloc, t->buffer_count, t->buffer_size,
H A Dbulk_net_no_copy.c627 err = bulk_alloc_init(&pool_alloc, t->buffer_count, t->buffer_size,

Completed in 76 milliseconds