Searched refs:pcpu_block_update (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/mm/ |
H A D | percpu.c | 630 static void pcpu_block_update(struct pcpu_block_md *block, int start, int end) in pcpu_block_update() function 730 pcpu_block_update(block, s_off, e_off); in pcpu_block_update_scan() 763 pcpu_block_update(chunk_md, bit_off, bit_off + bits); in pcpu_chunk_refresh_hint() 795 pcpu_block_update(block, start, end); in pcpu_block_refresh_hint() 1022 pcpu_block_update(s_block, start, e_off); in pcpu_block_update_hint_free() 1029 pcpu_block_update(e_block, 0, end); in pcpu_block_update_hint_free() 1055 pcpu_block_update(&chunk->chunk_md, in pcpu_block_update_hint_free()
|