Searched refs:tx_allocator (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/tests/bulk_transfer/
H A Dbulk_mini.c117 static struct bulk_allocator tx_allocator; variable in typeref:struct:bulk_allocator
128 assert(tx_allocator.pool == arg);
142 err = bulk_channel_assign_pool(channel, tx_allocator.pool, cont);
160 errval_t err = bulk_alloc_return_buffer(&tx_allocator, buffer);
174 errval_t err = bulk_alloc_return_buffer(&tx_allocator, buffer);
185 err = bulk_alloc_init(&tx_allocator, 4, BUFSZ, NULL);
204 buffer = bulk_alloc_new_buffer(&tx_allocator);
218 buffer = bulk_alloc_new_buffer(&tx_allocator);
H A Dbulk_netproxy.c174 static struct bulk_allocator tx_allocator; variable in typeref:struct:bulk_allocator
193 assert(tx_allocator.pool == arg);
215 errval_t err = bulk_alloc_return_buffer(&tx_allocator, buffer);
229 errval_t err = bulk_alloc_return_buffer(&tx_allocator, buffer);
241 tx_allocator.pool };
243 err = bulk_channel_assign_pool(&tx_channel, tx_allocator.pool, cont);
256 err = bulk_alloc_init(&tx_allocator, 4, BUFSZ, NULL);
278 buffer = bulk_alloc_new_buffer(&tx_allocator);
292 buffer = bulk_alloc_new_buffer(&tx_allocator);

Completed in 81 milliseconds