Lines Matching full:decrement
31 REFCOUNT_WARN("decrement hit 0; leaking memory"); in refcount_warn_saturate()
40 * refcount_dec_if_one - decrement a refcount if it is 1
46 * Like all decrement operations, it provides release memory order and provides
64 * refcount_dec_not_one - decrement a refcount if it is not 1
72 * Return: true if the decrement operation was successful, false otherwise
98 * refcount_dec_and_mutex_lock - return holding mutex if able to decrement
104 * to decrement when saturated at REFCOUNT_SATURATED.
110 * Return: true and hold mutex if able to decrement refcount to 0, false
129 * refcount_dec_and_lock - return holding spinlock if able to decrement
135 * decrement when saturated at REFCOUNT_SATURATED.
141 * Return: true and hold spinlock if able to decrement refcount to 0, false
161 * interrupts if able to decrement refcount to 0
169 * Return: true and hold spinlock if able to decrement refcount to 0, false