Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/asm-generic/
H A Datomic-long.h81 atomic_long_fetch_add(long i, atomic_long_t *v) in atomic_long_fetch_add() function
575 atomic_long_fetch_add(long i, atomic_long_t *v) in atomic_long_fetch_add() function
/kernel/linux/linux-5.10/kernel/locking/
H A Drwsem.c142 * atomic_long_fetch_add() is used to obtain reader lock, whereas
447 oldcount = atomic_long_fetch_add(adjustment, &sem->count); in rwsem_mark_wake()
/kernel/linux/linux-6.6/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); in rwsem_mark_wake()
/kernel/linux/linux-6.6/include/linux/atomic/
H A Datomic-instrumented.h3311 * atomic_long_fetch_add() - atomic add with full ordering
3322 atomic_long_fetch_add(long i, atomic_long_t *v) in atomic_long_fetch_add() function

Completed in 12 milliseconds