Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dcpuvar.h587 CPU_STATS_ADDQ(CPU, class, stat, amount); \
591 #define CPU_STATS_ADDQ(cp, class, stat, amount) { \ macro