Lines Matching full:acquire
69 * its the lock acquire, for RCU/lockless data structures its the dependent
74 * if we did not in fact acquire a reference.
87 * The decrements dec_and_test() and sub_and_test() also provide acquire
91 * acquire and release ordering for cases when the memory occupied by the
95 * the refcount is taken, hence acquire order is necessary. Similarly, when the
254 * refcount_add_not_zero_acquire - add a value to a refcount with acquire ordering unless it is 0
264 * Provides acquire memory ordering on success, it is assumed the caller has
344 * refcount_inc_not_zero_acquire - increment a refcount with acquire ordering unless it is 0
347 * Similar to refcount_inc_not_zero(), but provides acquire memory ordering on
353 * Provides acquire memory ordering on success, it is assumed the caller has
415 * before, and provides an acquire ordering on success such that free()
443 * before, and provides an acquire ordering on success such that free()