Lines Matching full:increment
206 * increment a reference count.
270 * cases, refcount_inc_not_zero_acquire() should instead be used to increment a
308 * increment a reference count.
321 * refcount_inc_not_zero - increment a refcount unless it is 0
322 * @r: the refcount to increment
331 * Return: true if the increment was successful, false otherwise
344 * refcount_inc_not_zero_acquire - increment a refcount with acquire ordering unless it is 0
345 * @r: the refcount to increment
357 * Return: true if the increment was successful, false otherwise
370 * refcount_inc - increment a refcount
371 * @r: the refcount to increment