• Home
  • Raw
  • Download

Lines Matching refs:curPool

494     struct _WsbmBufferPool *curPool;  in wsbmBOData()  local
546 curPool = storage->pool; in wsbmBOData()
549 curPool->create(curPool, size, placement, buf->alignment); in wsbmBOData()
556 retval = curPool->syncforcpu(storage, WSBM_SYNCCPU_WRITE); in wsbmBOData()
571 curPool = storage->pool; in wsbmBOData()
574 assert(curPool->setStatus != NULL); in wsbmBOData()
575 curPool->releasefromcpu(storage, WSBM_SYNCCPU_WRITE); in wsbmBOData()
576 retval = curPool->setStatus(storage, in wsbmBOData()
587 retval = curPool->syncforcpu(buf->storage, WSBM_SYNCCPU_WRITE); in wsbmBOData()
595 curPool = storage->pool; in wsbmBOData()
598 retval = curPool->map(storage, WSBM_ACCESS_WRITE, &virtual); in wsbmBOData()
602 curPool->unmap(storage); in wsbmBOData()
608 curPool->releasefromcpu(storage, WSBM_SYNCCPU_WRITE); in wsbmBOData()
623 struct _WsbmBufferPool *curPool; in wsbmBODataUB() local
681 curPool = storage->pool; in wsbmBODataUB()
684 ttm_pool_ub_create(curPool, size, placement, buf->alignment, user_ptr, fd); in wsbmBODataUB()
691 retval = curPool->syncforcpu(storage, WSBM_SYNCCPU_WRITE); in wsbmBODataUB()
707 curPool = storage->pool; in wsbmBODataUB()
710 assert(curPool->setStatus != NULL); in wsbmBODataUB()
711 curPool->releasefromcpu(storage, WSBM_SYNCCPU_WRITE); in wsbmBODataUB()
712 retval = curPool->setStatus(storage, in wsbmBODataUB()
722 retval = curPool->syncforcpu(buf->storage, WSBM_SYNCCPU_WRITE); in wsbmBODataUB()
729 curPool = storage->pool; in wsbmBODataUB()
738 curPool->releasefromcpu(storage, WSBM_SYNCCPU_WRITE); in wsbmBODataUB()