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

/linux-master/mm/
H A Dpercpu.c702 * Finding the final allocation spot first goes through pcpu_find_block_fit()
1071 * next_index is to skip over unpopulated blocks in pcpu_find_block_fit.
1092 * pcpu_find_block_fit - finds the block index to start searching
1110 static int pcpu_find_block_fit(struct pcpu_chunk *chunk, int alloc_bits, function
1781 off = pcpu_find_block_fit(chunk, bits, bit_align, is_atomic);
1800 off = pcpu_find_block_fit(chunk, bits, bit_align,

Completed in 117 milliseconds