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

/barrelfish-master/lib/bulk_transfer/
H A Dbulk_pool.c266 struct bulk_pool_internal *pool_int = (struct bulk_pool_internal *) pool; local
298 pool_int->refcnt++;
307 pool_int->refcnt++;
360 struct bulk_pool_internal *pool_int = (struct bulk_pool_internal *) pool; local
362 if (!pool_int->vregion) {
370 struct vregion *vregion = pool_int->vregion;
396 cap_destroy(pool_int->cnode_cap);
423 struct bulk_pool_internal *pool_int = (struct bulk_pool_internal *) pool; local
476 pool_int->vregion = vregion;
490 err = cnode_create(&pool_int
624 struct bulk_pool_internal *pool_int; local
[all...]
H A Dbulk_buffer.c36 struct bulk_pool_internal *pool_int; local
48 pool_int = (struct bulk_pool_internal *) buffer->pool;
50 struct vregion *vregion = pool_int->vregion;
100 struct bulk_pool_internal *pool_int; local
107 pool_int = (struct bulk_pool_internal *) buffer->pool;
109 struct vregion *vregion = pool_int->vregion;
152 struct bulk_pool_internal *pool_int = (struct bulk_pool_internal *) buffer local
155 struct vregion *vregion = pool_int->vregion;
/barrelfish-master/lib/bulk_transfer/backends/net/
H A Dbulk_net_no_copy.c662 struct bulk_pool_internal *pool_int = (struct bulk_pool_internal *) pool; local
664 assert(!pool_int->impl_data);
684 pool_int->impl_data = pd;
1365 struct bulk_pool_internal *pool_int = (struct bulk_pool_internal *) pool; local
1414 assert(!pool_int->impl_data);
1435 pool_int->impl_data = pd;

Completed in 37 milliseconds