Home
last modified time | relevance | path

Searched defs:KPVFREE (Results 1 – 2 of 2) sorted by relevance

/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h197 #define KPVFREE(vm,dt,func) (func((vm),(dt),1) ) macro
/titanic_51/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h235 #define KPVFREE(vm,d,func) (SETLOCAL((vm)->data), func((vm),(d)) ) macro