Searched defs:counter_u64_add_protected (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/amd64/include/
H A Dcounter.h77 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) macro
/freebsd-10-stable/sys/arm/include/
H A Dcounter.h80 #define counter_u64_add_protected(c, inc) do { \ macro
/freebsd-10-stable/sys/ia64/include/
H A Dcounter.h79 #define counter_u64_add_protected(c, inc) do { \ macro
/freebsd-10-stable/sys/mips/include/
H A Dcounter.h80 #define counter_u64_add_protected(c, inc) do { \ macro
/freebsd-10-stable/sys/sparc64/include/
H A Dcounter.h79 #define counter_u64_add_protected(c, inc) do { \ macro
/freebsd-10-stable/sys/i386/include/
H A Dcounter.h157 #define counter_u64_add_protected(c, inc) do { \ macro
/freebsd-10-stable/sys/powerpc/include/
H A Dcounter.h80 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) macro
146 #define counter_u64_add_protected(c, inc) do { \ macro

Completed in 178 milliseconds