Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dphysical-zone.h64 struct pbn_lock_pool *lock_pool; member
H A Ddedupe.h46 struct list_head lock_pool; member
H A Ddedupe.c348 list_add_tail(&lock->pool_node, &zone->lock_pool); in return_hash_lock_to_pool()
875 result = VDO_ASSERT(!list_empty(&zone->lock_pool), in acquire_lock()
880 new_lock = list_entry(zone->lock_pool.prev, struct hash_lock, pool_node); in acquire_lock()
2364 INIT_LIST_HEAD(&zone->lock_pool); in initialize_zone()