Searched defs:counter_u64_add_protected (Results 1 – 7 of 7) sorted by relevance
| /f-stack/lib/include/i386/include/ |
| H A D | counter.h | 50 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) macro
|
| /f-stack/lib/include/amd64/include/ |
| H A D | counter.h | 56 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) macro
|
| /f-stack/freebsd/arm/include/ |
| H A D | counter.h | 82 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
|
| /f-stack/freebsd/arm64/include/ |
| H A D | counter.h | 78 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
|
| /f-stack/freebsd/mips/include/ |
| H A D | counter.h | 84 #define counter_u64_add_protected(c, inc) do { \ macro
|
| /f-stack/freebsd/amd64/include/ |
| H A D | counter.h | 82 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) macro
|
| /f-stack/freebsd/i386/include/ |
| H A D | counter.h | 178 #define counter_u64_add_protected(c, inc) do { \ macro
|