Home
last modified time | relevance | path

Searched refs:UVMCNT_MASK (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/uvm/
Duvm_stat.c195 if ((uvc->t & UVMCNT_MASK) != UVMCNT_CNT) in uvmcnt_dump()
Duvm_stat.h51 #define UVMCNT_MASK 0xf /* rest are private */ macro