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

/freebsd-current/sys/arm/include/
H A Dcounter.h78 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
/freebsd-current/sys/amd64/include/
H A Dcounter.h85 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) macro
/freebsd-current/sys/arm64/include/
H A Dcounter.h80 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
/freebsd-current/sys/powerpc/include/
H A Dcounter.h82 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) macro
146 #define counter_u64_add_protected(c, inc) do { \ macro
/freebsd-current/sys/riscv/include/
H A Dcounter.h75 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
/freebsd-current/sys/i386/include/
H A Dcounter.h177 #define counter_u64_add_protected(c, inc) do { \ macro

Completed in 139 milliseconds