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

/linux-master/mm/
H A Dpercpu.c621 * pcpu_block_update - updates a block given a free area
630 static void pcpu_block_update(struct pcpu_block_md *block, int start, int end) function
730 pcpu_block_update(block, s_off, e_off);
763 pcpu_block_update(chunk_md, bit_off, bit_off + bits);
795 pcpu_block_update(block, start, end);
1022 pcpu_block_update(s_block, start, e_off);
1029 pcpu_block_update(e_block, 0, end);
1055 pcpu_block_update(&chunk->chunk_md,

Completed in 85 milliseconds