Searched refs:nextCheck (Results 1 – 1 of 1) sorted by relevance
162 struct timeval nextCheck; member258 if (!wsbmTimeAfterEq(time, &cache->nextCheck)) in wsbmFreeTimeoutKBOsLocked()272 cache->nextCheck = *time; in wsbmFreeTimeoutKBOsLocked()273 wsbmTimeAdd(&cache->nextCheck, &cache->checkInterval); in wsbmFreeTimeoutKBOsLocked()1050 gettimeofday(&tmp->nextCheck, NULL); in wsbmSlabCacheInit()1051 wsbmTimeAdd(&tmp->nextCheck, &tmp->checkInterval); in wsbmSlabCacheInit()1065 time = cache->nextCheck; in wsbmSlabCacheFinish()