Searched refs:this_blocks (Results 1 – 1 of 1) sorted by relevance
107 unsigned int this_blocks, mask; in blocks_iter() local115 this_blocks = nr_blocks; in blocks_iter()116 if (this_blocks + idx > SMALLOC_BPI) { in blocks_iter()117 this_blocks = SMALLOC_BPI - idx; in blocks_iter()118 idx = SMALLOC_BPI - this_blocks; in blocks_iter()121 if (this_blocks == SMALLOC_BPI) in blocks_iter()124 mask = ((1U << this_blocks) - 1) << idx; in blocks_iter()129 nr_blocks -= this_blocks; in blocks_iter()