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

/linux-master/kernel/locking/
H A Drwsem.c105 * atomic_long_fetch_add() is used to obtain reader lock, whereas
458 oldcount = atomic_long_fetch_add(adjustment, &sem->count);
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h3339 * atomic_long_fetch_add() - atomic add with full ordering
3350 atomic_long_fetch_add(long i, atomic_long_t *v) function

Completed in 171 milliseconds