Home
last modified time | relevance | path

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

/sunrpc/
A Dsvcauth_des.c66 #define AUTHDES_CACHESZ 64 macro
203 if (cred->adc_nickname >= AUTHDES_CACHESZ) in _svcauth_des()
273 if (tmp_spot < 0 || tmp_spot > AUTHDES_CACHESZ) in _svcauth_des()
400 calloc (sizeof (struct cache_entry) * AUTHDES_CACHESZ, 1); in cache_init()
404 authdes_lru = (int *) mem_alloc (sizeof (int) * AUTHDES_CACHESZ); in cache_init()
408 for (i = 0; i < AUTHDES_CACHESZ; ++i) in cache_init()
419 return authdes_lru[AUTHDES_CACHESZ - 1]; in cache_victim()
456 for (cp = authdes_cache, i = 0; i < AUTHDES_CACHESZ; ++i, ++cp) in cache_spot()
511 if (sid >= AUTHDES_CACHESZ) in authdes_getucred()

Completed in 4 milliseconds