Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/sparc64/sparc64/
Dpmap.c333 #define REMOVE_STAT(x) do { remove_stats.x ++; } while (0) macro
344 #define REMOVE_STAT(x) do { /* nothing */ } while (0) macro
1745 REMOVE_STAT(removes); in pmap_kremove()
1748 REMOVE_STAT(tflushes); in pmap_kremove()
1759 REMOVE_STAT(flushes); in pmap_kremove()
2059 REMOVE_STAT(flushes); in pmap_remove_all()
2092 REMOVE_STAT(calls); in pmap_remove()
2136 REMOVE_STAT(removes); in pmap_remove()
2156 REMOVE_STAT(tflushes); in pmap_remove()
2161 REMOVE_STAT(flushes); in pmap_remove()
[all …]