Searched refs:counter_ptr (Results 1 – 1 of 1) sorted by relevance
1320 vdo_refcount_t **counter_ptr) in get_reference_counter() argument1328 *counter_ptr = &slab->counters[index]; in get_reference_counter()1423 struct pbn_lock *lock, vdo_refcount_t *counter_ptr, in increment_for_data() argument1428 *counter_ptr = 1; in increment_for_data()1437 *counter_ptr = 1; in increment_for_data()1442 if (*counter_ptr >= MAXIMUM_REFERENCE_COUNT) { in increment_for_data()1447 (*counter_ptr)++; in increment_for_data()1472 vdo_refcount_t *counter_ptr, bool adjust_block_count) in decrement_for_data() argument1491 *counter_ptr = PROVISIONAL_REFERENCE_COUNT; in decrement_for_data()1497 *counter_ptr = EMPTY_REFERENCE_COUNT; in decrement_for_data()[all …]