HomeSort by relevance Sort by last modified time
    Searched defs:kmem_cache_alloc (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/lib/libzpool/common/sys/
zfs_context.h 305 #define kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f) macro
  /onnv/onnv-gate/usr/src/uts/common/os/
kmem.c 73 * kmem_cache_alloc() is by definition in the client's control. Conversely,
209 * response to kmem_cache_alloc() or to prepare the destination buffer passed in
211 * kmem_cache_alloc().
525 * object_t *object = kmem_cache_alloc(object_cache, 0);
2192 kmem_cache_alloc(kmem_cache_t *cp, int kmflag) function
    [all...]

Completed in 180 milliseconds