Home
last modified time | relevance | path

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

/f-stack/lib/include/i386/include/
H A Dcounter.h50 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) macro
/f-stack/lib/include/amd64/include/
H A Dcounter.h56 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) macro
/f-stack/freebsd/arm/include/
H A Dcounter.h82 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
/f-stack/freebsd/arm64/include/
H A Dcounter.h78 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
/f-stack/freebsd/mips/include/
H A Dcounter.h84 #define counter_u64_add_protected(c, inc) do { \ macro
/f-stack/freebsd/amd64/include/
H A Dcounter.h82 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) macro
/f-stack/freebsd/i386/include/
H A Dcounter.h178 #define counter_u64_add_protected(c, inc) do { \ macro