Lines Matching refs:vm
100 static void trtrace(Vmalloc_t* vm, in trtrace() argument
103 static void trtrace(vm, oldaddr, newaddr, size, align) in trtrace()
104 Vmalloc_t* vm; /* region call was made from */ in trtrace()
112 Vmdata_t* vd = vm->data;
129 VMFLF(vm,file,line,func);
140 bufp = trstrcpy(bufp, tritoa(VLONG(vm), 0), ':');
247 int vmtrbusy(Vmalloc_t* vm) in vmtrbusy() argument
249 int vmtrbusy(vm) in vmtrbusy()
250 Vmalloc_t* vm; in vmtrbusy()
254 Vmdata_t* vd = vm->data;
277 trtrace(vm, (Vmuchar_t*)(-1), data, s, 0);