Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Daddress_resolver.cpp283 uint16_t numNonEvictable = 0; in NewCacheEntry() local
289 numNonEvictable++; in NewCacheEntry()
317 VerifyOrExit(numNonEvictable < kMaxNonEvictableSnoopedEntries); in NewCacheEntry()
382 uint16_t numNonEvictable = 0; in UpdateSnoopedCacheEntry() local
414 numNonEvictable++; in UpdateSnoopedCacheEntry()
421 if (numNonEvictable < kMaxNonEvictableSnoopedEntries) in UpdateSnoopedCacheEntry()