Home
last modified time | relevance | path

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

/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h192 #define CLRLOCK(vm,l) ((l) ? 0 : _vmlock((vm), 0) ) macro
/titanic_51/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h224 #define CLRLOCK(vd,l) ((l) ? 0 : ((vd)->mode &= ~VM_LOCK) ) macro