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

/linux-master/drivers/md/dm-vdo/
H A Dphysical-zone.h64 struct pbn_lock_pool *lock_pool;
H A Dphysical-zone.c190 * struct pbn_lock_pool - list of PBN locks.
194 struct pbn_lock_pool { struct
213 static void return_pbn_lock_to_pool(struct pbn_lock_pool *pool, struct pbn_lock *lock)
236 static int make_pbn_lock_pool(size_t capacity, struct pbn_lock_pool **pool_ptr)
239 struct pbn_lock_pool *pool;
242 result = vdo_allocate_extended(struct pbn_lock_pool, capacity, idle_pbn_lock,
265 static void free_pbn_lock_pool(struct pbn_lock_pool *pool)
288 static int __must_check borrow_pbn_lock_from_pool(struct pbn_lock_pool *pool,

Completed in 286 milliseconds