Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/
Dphysical-zone.c194 struct pbn_lock_pool { struct
213 static void return_pbn_lock_to_pool(struct pbn_lock_pool *pool, struct pbn_lock *lock) in return_pbn_lock_to_pool() argument
236 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()
Dphysical-zone.h64 struct pbn_lock_pool *lock_pool;