Home
last modified time | relevance | path

Searched refs:sBuf (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/libwsbm/src/
Dwsbm_slabpool.c198 slabPoolFromBuf(struct _WsbmSlabBuffer *sBuf) in slabPoolFromBuf() argument
200 return slabPoolFromPool(sBuf->storage.pool); in slabPoolFromBuf()
450 struct _WsbmSlabBuffer *sBuf; in wsbmAllocSlab() local
483 sBuf = slab->buffers; in wsbmAllocSlab()
485 ret = wsbmBufStorageInit(&sBuf->storage, &header->slabPool->pool); in wsbmAllocSlab()
488 sBuf->parent = slab; in wsbmAllocSlab()
489 sBuf->start = i * header->bufSize; in wsbmAllocSlab()
490 sBuf->virtual = (void *)((uint8_t *) slab->kbo->virtual + in wsbmAllocSlab()
491 sBuf->start); in wsbmAllocSlab()
492 wsbmAtomicSet(&sBuf->writers, 0); in wsbmAllocSlab()
[all …]