Home
last modified time | relevance | path

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

/external/fio/
Dsmalloc.c81 unsigned int this_blocks, mask; in blocks_iter() local
89 this_blocks = nr_blocks; in blocks_iter()
90 if (this_blocks + idx > SMALLOC_BPI) { in blocks_iter()
91 this_blocks = SMALLOC_BPI - idx; in blocks_iter()
92 idx = SMALLOC_BPI - this_blocks; in blocks_iter()
95 if (this_blocks == SMALLOC_BPI) in blocks_iter()
98 mask = ((1U << this_blocks) - 1) << idx; in blocks_iter()
103 nr_blocks -= this_blocks; in blocks_iter()