Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_sdp.c104 so = kmem_cache_alloc(socket_cache, kmflags); in socksdp_create()
140 kmem_cache_free(socket_cache, so); in socksdp_destroy()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.h39 extern kmem_cache_t *socket_cache;
H A Dsocksubr.c100 struct kmem_cache *socket_cache; variable
233 socket_cache = kmem_cache_create("socket_cache", in sockinit()
H A Dsockcommon_subr.c1244 so = kmem_cache_alloc(socket_cache, kmflags); in socket_sonode_create()
1851 kmem_cache_free(socket_cache, so); in socket_sonode_destroy()