Searched refs:pcpu_block_update (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | percpu.c | 586 static void pcpu_block_update(struct pcpu_block_md *block, int start, int end) in pcpu_block_update() function 686 pcpu_block_update(block, s_off, e_off); in pcpu_block_update_scan() 719 pcpu_block_update(chunk_md, bit_off, bit_off + bits); in pcpu_chunk_refresh_hint() 752 pcpu_block_update(block, rs, re); in pcpu_block_refresh_hint() 971 pcpu_block_update(s_block, start, e_off); in pcpu_block_update_hint_free() 978 pcpu_block_update(e_block, 0, end); in pcpu_block_update_hint_free() 1004 pcpu_block_update(&chunk->chunk_md, in pcpu_block_update_hint_free()
|