uvc               192 uvm/uvm_stat.c 	struct uvm_cnt *uvc = uvm_cnt_head;
uvc               194 uvm/uvm_stat.c 	while (uvc) {
uvc               195 uvm/uvm_stat.c 		if ((uvc->t & UVMCNT_MASK) != UVMCNT_CNT)
uvc               197 uvm/uvm_stat.c 		printf("%s = %d\n", uvc->name, uvc->c);
uvc               198 uvm/uvm_stat.c 		uvc = uvc->next;