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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsodirect.c55 static struct kmem_cache *sock_sod_cache; variable in typeref:struct:kmem_cache
365 sodp = kmem_cache_alloc(sock_sod_cache, KM_SLEEP);
386 kmem_cache_free(sock_sod_cache, sodp);
396 sock_sod_cache = kmem_cache_create("sock_sod_cache",

Completed in 87 milliseconds