Lines Matching refs:_WsbmUserPool
86 struct _WsbmUserPool struct
108 static inline struct _WsbmUserPool * argument
111 return containerOf(buf->buf.pool, struct _WsbmUserPool, pool); in userPool()
164 struct _WsbmUserPool *p; in evict_lru()
207 struct _WsbmUserPool *p = containerOf(pool, struct _WsbmUserPool, pool); in pool_create()
277 struct _WsbmUserPool *p = userPool(vBuf); in pool_validate()
379 release_delayed_buffers(struct _WsbmUserPool *p) in release_delayed_buffers()
420 struct _WsbmUserPool *p = userPool(vBuf); in pool_destroy()
528 struct _WsbmUserPool *p = userPool(vBuf); in pool_fence()
553 struct _WsbmUserPool *p = userPool(vBuf); in pool_unvalidate()
585 struct _WsbmUserPool *p = containerOf(pool, struct _WsbmUserPool, pool); in pool_takedown()
614 struct _WsbmUserPool *p = containerOf(pool, struct _WsbmUserPool, pool); in wsbmUserPoolClean()
632 struct _WsbmUserPool *uPool; in wsbmUserPoolInit()