Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dphysical-zone.c195 struct pbn_lock_pool { struct
214 static void return_pbn_lock_to_pool(struct pbn_lock_pool *pool, struct pbn_lock *lock) in return_pbn_lock_to_pool() argument
237 static int make_pbn_lock_pool(size_t capacity, struct pbn_lock_pool **pool_ptr) in make_pbn_lock_pool()
240 struct pbn_lock_pool *pool; in make_pbn_lock_pool()
243 result = vdo_allocate_extended(struct pbn_lock_pool, capacity, idle_pbn_lock, in make_pbn_lock_pool()
266 static void free_pbn_lock_pool(struct pbn_lock_pool *pool) in free_pbn_lock_pool()
289 static int __must_check borrow_pbn_lock_from_pool(struct pbn_lock_pool *pool, in borrow_pbn_lock_from_pool()
H A Dphysical-zone.h64 struct pbn_lock_pool *lock_pool;