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

/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.h386 unsigned int unopened_slab_priority; member in struct:block_allocator
H A Dslab-depot.c1336 unsigned int unopened_slab_priority = slab->allocator->unopened_slab_priority; local
1354 * unopened_slab_priority divides the range and is skipped by the logarithmic mapping.
1361 return unopened_slab_priority;
1364 return ((priority < unopened_slab_priority) ? priority : priority + 1);
4058 allocator->unopened_slab_priority = (1 + ilog2((max_free_blocks * 3) / 4));

Completed in 121 milliseconds