Searched refs:pbn_lock_pool (Results 1 – 2 of 2) sorted by relevance
194 struct pbn_lock_pool { struct213 static void return_pbn_lock_to_pool(struct pbn_lock_pool *pool, struct pbn_lock *lock) in return_pbn_lock_to_pool() argument236 static int make_pbn_lock_pool(size_t capacity, struct pbn_lock_pool **pool_ptr) in make_pbn_lock_pool()239 struct pbn_lock_pool *pool; in make_pbn_lock_pool()242 result = vdo_allocate_extended(struct pbn_lock_pool, capacity, idle_pbn_lock, in make_pbn_lock_pool()265 static void free_pbn_lock_pool(struct pbn_lock_pool *pool) in free_pbn_lock_pool()288 static int __must_check borrow_pbn_lock_from_pool(struct pbn_lock_pool *pool, in borrow_pbn_lock_from_pool()
64 struct pbn_lock_pool *lock_pool;