Home
last modified time | relevance | path

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

/hardware/intel/common/libwsbm/src/
Dwsbm_userpool.c305 struct _WsbmListHead tmpLRU; in pool_validate() local
307 WSBMINITLISTHEAD(&tmpLRU); in pool_validate()
308 WSBMLISTADDTAIL(&tmpLRU, &vBuf->lru); in pool_validate()
309 err = evict_lru(&tmpLRU); in pool_validate()