Home
last modified time | relevance | path

Searched refs:counter_ptr (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/md/dm-vdo/
H A Dslab-depot.c1319 vdo_refcount_t **counter_ptr) in get_reference_counter() argument
1327 *counter_ptr = &slab->counters[index]; in get_reference_counter()
1427 *counter_ptr = 1; in increment_for_data()
1436 *counter_ptr = 1; in increment_for_data()
1446 (*counter_ptr)++; in increment_for_data()
1495 *counter_ptr = EMPTY_REFERENCE_COUNT; in decrement_for_data()
1505 (*counter_ptr)--; in decrement_for_data()
1543 *counter_ptr = MAXIMUM_REFERENCE_COUNT; in increment_for_block_map()
1557 *counter_ptr = MAXIMUM_REFERENCE_COUNT; in increment_for_block_map()
1614 counter_ptr, adjust_block_count); in update_reference_count()
[all …]