Searched refs:atomic_fetch_sub_release (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Drefcount.h264 int old = atomic_fetch_sub_release(i, &r->refs);
330 int old = atomic_fetch_sub_release(1, &r->refs);
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h386 * atomic_fetch_sub_release() - atomic subtract with release ordering
397 atomic_fetch_sub_release(int i, atomic_t *v) function

Completed in 136 milliseconds