Searched refs:sBuf (Results 1 – 1 of 1) sorted by relevance
198 slabPoolFromBuf(struct _WsbmSlabBuffer *sBuf) in slabPoolFromBuf() argument200 return slabPoolFromPool(sBuf->storage.pool); in slabPoolFromBuf()450 struct _WsbmSlabBuffer *sBuf; in wsbmAllocSlab() local483 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 …]