HomeSort by relevance Sort by last modified time
    Searched refs:socket_cache (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/inet/sockmods/
sockmod_sdp.c 108 so = kmem_cache_alloc(socket_cache, kmflags);
144 kmem_cache_free(socket_cache, so);
  /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/
sockcommon.h 39 extern kmem_cache_t *socket_cache;
socksubr.c 99 struct kmem_cache *socket_cache; variable in typeref:struct:kmem_cache
239 socket_cache = kmem_cache_create("socket_cache",
    [all...]
sockcommon_subr.c 1257 so = kmem_cache_alloc(socket_cache, kmflags);
    [all...]

Completed in 60 milliseconds