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

/barrelfish-master/usr/tests/bulk_transfer/
H A Dbulk_netproxy.c38 static struct bulk_allocator rx_allocator; variable in typeref:struct:bulk_allocator
101 assert(arg == rx_allocator.pool);
107 b = bulk_alloc_new_buffer(&rx_allocator);
128 rx_allocator.pool };
130 err = bulk_channel_assign_pool(&rx_channel, rx_allocator.pool, cont);
144 err = bulk_alloc_init(&rx_allocator, RXNBUFS, BUFSZ, NULL);

Completed in 78 milliseconds