Searched refs:kMaxLpiCachePerId (Results 1 – 3 of 3) sorted by relevance
25 lpi_cache_ = new LmaPsbItem[kFullSplIdStart * kMaxLpiCachePerId]; in LpiCache()57 uint16 num = kMaxLpiCachePerId; in put_cache()61 LmaPsbItem *lpi_cache_this = lpi_cache_ + splid * kMaxLpiCachePerId; in put_cache()74 LmaPsbItem *lpi_cache_this = lpi_cache_ + splid * kMaxLpiCachePerId; in get_cache()
30 static const int kMaxLpiCachePerId = 15; variable