Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Daddress_resolver.cpp270 uint16_t numNonEvictable = 0; in NewCacheEntry() local
276 numNonEvictable++; in NewCacheEntry()
304 VerifyOrExit(numNonEvictable < kMaxNonEvictableSnoopedEntries); in NewCacheEntry()
369 uint16_t numNonEvictable = 0; in UpdateSnoopedCacheEntry() local
401 numNonEvictable++; in UpdateSnoopedCacheEntry()
408 if (numNonEvictable < kMaxNonEvictableSnoopedEntries) in UpdateSnoopedCacheEntry()