Searched refs:bulk_alloc_new_buffer (Results 1 - 11 of 11) sorted by relevance

/barrelfish-2018-10-04/include/bulk_transfer/
H A Dbulk_allocator.h99 struct bulk_buffer *bulk_alloc_new_buffer(struct bulk_allocator *alloc);
/barrelfish-2018-10-04/lib/bulk_transfer/
H A Dbulk_allocator.c141 struct bulk_buffer *buf = bulk_alloc_new_buffer(alloc);
227 struct bulk_buffer *bulk_alloc_new_buffer(struct bulk_allocator *alloc) function
/barrelfish-2018-10-04/usr/tests/bulk_transfer/
H A Dbulk_netproxy.c107 b = bulk_alloc_new_buffer(&rx_allocator);
278 buffer = bulk_alloc_new_buffer(&tx_allocator);
292 buffer = bulk_alloc_new_buffer(&tx_allocator);
H A Dbulk_mini.c204 buffer = bulk_alloc_new_buffer(&tx_allocator);
218 buffer = bulk_alloc_new_buffer(&tx_allocator);
H A Dbulk_shm.c234 struct bulk_buffer *buffer = bulk_alloc_new_buffer(&allocator);
428 struct bulk_buffer *buffer = bulk_alloc_new_buffer(&allocator);
/barrelfish-2018-10-04/usr/bench/bulk_transfer/
H A Dmicro_echo.c100 struct bulk_buffer *reply = bulk_alloc_new_buffer(&txalloc);
160 buf = bulk_alloc_new_buffer(&rxalloc);
H A Dmicro_rtt.c126 buf = bulk_alloc_new_buffer(&rxalloc);
156 buf = bulk_alloc_new_buffer(&txalloc);
H A Dmicro_throughput.c131 buf = bulk_alloc_new_buffer(&rxalloc);
170 buf = bulk_alloc_new_buffer(&txalloc);
/barrelfish-2018-10-04/usr/block_server/
H A Dnet_benchmark.c231 buf = bulk_alloc_new_buffer(&allocator_rx);
271 buf = bulk_alloc_new_buffer(&allocator_tx);
H A Dnetwork_server.c251 struct bulk_buffer *buf = bulk_alloc_new_buffer(&allocator_tx);
368 struct bulk_buffer *buf = bulk_alloc_new_buffer(&allocator_rx);
375 buf = bulk_alloc_new_buffer(&allocator_rx);
/barrelfish-2018-10-04/usr/block_server_user/
H A Dbenchmark.c213 struct bulk_buffer *buf = bulk_alloc_new_buffer(&rx_alloc);
255 struct bulk_buffer *buf = bulk_alloc_new_buffer(&tx_alloc);

Completed in 62 milliseconds