Searched refs:uPool (Results 1 – 1 of 1) sorted by relevance
632 struct _WsbmUserPool *uPool; in wsbmUserPoolInit() local635 uPool = calloc(1, sizeof(*uPool)); in wsbmUserPoolInit()636 if (!uPool) in wsbmUserPoolInit()639 ret = WSBM_MUTEX_INIT(&uPool->mutex); in wsbmUserPoolInit()643 ret = wsbmMMinit(&uPool->vramMM, 0, vramSize); in wsbmUserPoolInit()647 ret = wsbmMMinit(&uPool->agpMM, 0, agpSize); in wsbmUserPoolInit()651 WSBMINITLISTHEAD(&uPool->delayed); in wsbmUserPoolInit()652 WSBMINITLISTHEAD(&uPool->vramLRU); in wsbmUserPoolInit()653 WSBMINITLISTHEAD(&uPool->agpLRU); in wsbmUserPoolInit()655 uPool->agpOffset = agpStart; in wsbmUserPoolInit()[all …]