Home
last modified time | relevance | path

Searched defs:kmem_free (Results 1 – 5 of 5) sorted by relevance

/titanic_52/usr/src/lib/libfakekernel/common/
H A Dkmem.c70 kmem_free(void *buf, size_t size) in kmem_free() function
/titanic_52/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c602 kmem_free(void *ptr, size_t nbytes) in kmem_free() function
[all...]
/titanic_52/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c44 #define kmem_free(ptr, size) zfs_free((ptr), (size)) macro
/titanic_52/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h324 #define kmem_free(_b, _s) umem_free(_b, _s) macro
/titanic_52/usr/src/uts/common/os/
H A Dkmem.c2887 kmem_free(void *buf, size_t size) in kmem_free() function