Searched refs:LOCK_POOL_CAPACITY (Results 1 – 2 of 2) sorted by relevance
27 #define LOCK_POOL_CAPACITY (2 * MAXIMUM_VDO_USER_VIOS) macro335 result = make_pbn_lock_pool(LOCK_POOL_CAPACITY, &zone->lock_pool); in initialize_zone()
272 #define LOCK_POOL_CAPACITY MAXIMUM_VDO_USER_VIOS macro2364 result = vdo_allocate(LOCK_POOL_CAPACITY, struct hash_lock, "hash_lock array", in initialize_zone()2369 for (i = 0; i < LOCK_POOL_CAPACITY; i++) in initialize_zone()2791 for (i = 0; i < LOCK_POOL_CAPACITY; i++) in dump_hash_zone()
Completed in 38 milliseconds