Searched refs:counter_ptr (Results 1 – 1 of 1) sorted by relevance
1322 vdo_refcount_t **counter_ptr) in get_reference_counter() argument1330 *counter_ptr = &slab->counters[index]; in get_reference_counter()1426 struct pbn_lock *lock, vdo_refcount_t *counter_ptr, in increment_for_data() argument1431 *counter_ptr = 1; in increment_for_data()1440 *counter_ptr = 1; in increment_for_data()1445 if (*counter_ptr >= MAXIMUM_REFERENCE_COUNT) { in increment_for_data()1450 (*counter_ptr)++; in increment_for_data()1474 vdo_refcount_t *counter_ptr, bool adjust_block_count) in decrement_for_data() argument1493 *counter_ptr = PROVISIONAL_REFERENCE_COUNT; in decrement_for_data()1499 *counter_ptr = EMPTY_REFERENCE_COUNT; in decrement_for_data()[all …]