Searched refs:wrapindex (Results 1 – 1 of 1) sorted by relevance
3077 static int wrapindex = 0; /* next "free" cache entry */ in an_cache_store() local3153 if (wrapindex == MAXANCACHE) { in an_cache_store()3154 wrapindex = 0; in an_cache_store()3156 cache_slot = wrapindex++; in an_cache_store()