Searched defs:atomic64_dec_and_test (Results 1 - 1 of 1) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/asm/ | ||
H A D | atomic.h | 68 #define atomic64_dec_and_test(v) (atomic64_dec_return(v) == 0) macro |
Completed in 1 milliseconds