Home
last modified time | relevance | path

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

/hardware/intel/common/libwsbm/src/
Dwsbm_pool.h135 struct _WsbmSlabCache;
144 struct _WsbmSlabCache *cache);
145 extern struct _WsbmSlabCache *wsbmSlabCacheInit(uint32_t checkIntervalMsec,
147 extern void wsbmSlabCacheFinish(struct _WsbmSlabCache *cache);
Dwsbm_slabpool.c158 struct _WsbmSlabCache struct
179 struct _WsbmSlabCache *cache; argument
253 wsbmFreeTimeoutKBOsLocked(struct _WsbmSlabCache *cache, struct timeval *time) in wsbmFreeTimeoutKBOsLocked()
283 wsbmSetKernelBOFree(struct _WsbmSlabCache *cache, in wsbmSetKernelBOFree()
314 struct _WsbmSlabCache *cache = slabPool->cache; in wsbmAllocKernelBO()
546 struct _WsbmSlabCache *cache = header->slabPool->cache; in wsbmSlabFreeBufferLocked()
1031 struct _WsbmSlabCache *
1034 struct _WsbmSlabCache *tmp; in wsbmSlabCacheInit()
1061 wsbmSlabCacheFinish(struct _WsbmSlabCache *cache) in wsbmSlabCacheFinish()
1142 uint32_t pageAlignment, struct _WsbmSlabCache *cache) in wsbmSlabPoolInit()