Searched defs:socktpi_unix_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c197 static struct kmem_cache *socktpi_cache, *socktpi_unix_cache; variable in typeref:struct:
307 cp = (family == AF_UNIX) ? socktpi_unix_cache : socktpi_cache;
361 cp = (so->so_family == AF_UNIX) ? socktpi_unix_cache :
6418 socktpi_unix_cache = kmem_cache_create("socktpi_unix_cache",

Completed in 58 milliseconds