Searched refs:MAXCACHEITEMS (Results 1 – 3 of 3) sorted by relevance
147 #define MAXCACHEITEMS 10 macro151 #define MAX_AGE (INT_MAX - MAXCACHEITEMS)
261 struct w_sigcache w_sigcache[ MAXCACHEITEMS ]; 2514 bzero(&sc->w_sigcache[0], sizeof(struct w_sigcache) * MAXCACHEITEMS); in wl_cache_zero()2597 if ( sc->w_nextcache < MAXCACHEITEMS ) { in wl_cache_store()2606 if (sc->w_wrapindex == MAXCACHEITEMS) { in wl_cache_store()2616 if (w_insertcache < 0 || w_insertcache >= MAXCACHEITEMS) { in wl_cache_store()2619 w_insertcache, MAXCACHEITEMS); in wl_cache_store()
88 static struct w_sigcache wsc[MAXCACHEITEMS];