Searched refs:atomic64_add_negative (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/asm-generic/
H A Dlocal64.h87 #define local64_add_negative(i, l) atomic64_add_negative((i), (&(l)->a))
/linux-master/kernel/cgroup/
H A Dpids.c113 WARN_ON_ONCE(atomic64_add_negative(-num, &pids->counter));
H A Dmisc.c119 WARN_ONCE(atomic64_add_negative(-amount, &cg->res[type].usage),
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h2984 * atomic64_add_negative() - atomic add and test if negative with full ordering
2995 atomic64_add_negative(s64 i, atomic64_t *v) function

Completed in 153 milliseconds