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

/freebsd-13-stable/sys/mips/include/
H A Dcounter.h84 #define counter_u64_add_protected(c, inc) do { \ macro
/freebsd-13-stable/sys/riscv/include/
H A Dcounter.h77 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
/freebsd-13-stable/sys/arm/include/
H A Dcounter.h82 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
/freebsd-13-stable/sys/arm64/include/
H A Dcounter.h78 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
/freebsd-13-stable/sys/amd64/include/
H A Dcounter.h82 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) macro
/freebsd-13-stable/sys/powerpc/include/
H A Dcounter.h84 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) macro
148 #define counter_u64_add_protected(c, inc) do { \ macro
/freebsd-13-stable/sys/i386/include/
H A Dcounter.h178 #define counter_u64_add_protected(c, inc) do { \ macro

Completed in 122 milliseconds