HomeSort by relevance Sort by last modified time
    Searched full:atomic64_add_negative (Results 1 - 1 of 1) sorted by null

  /external/kernel-headers/original/asm-mips/
atomic.h 778 * atomic64_add_negative - add and test if negative
786 #define atomic64_add_negative(i, v) (atomic64_add_return(i, (v)) < 0) macro

Completed in 41 milliseconds