Home
last modified time | relevance | path

Searched refs: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
365 sodp = kmem_cache_alloc(sock_sod_cache, KM_SLEEP); in sod_sock_init()
386 kmem_cache_free(sock_sod_cache, sodp); in sod_sock_fini()
396 sock_sod_cache = kmem_cache_create("sock_sod_cache", in sod_init()