Searched refs:pcpu_block_update (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/mm/ |
D | percpu.c | 634 static void pcpu_block_update(struct pcpu_block_md *block, int start, int end) in pcpu_block_update() function 734 pcpu_block_update(block, s_off, e_off); in pcpu_block_update_scan() 767 pcpu_block_update(chunk_md, bit_off, bit_off + bits); in pcpu_chunk_refresh_hint() 799 pcpu_block_update(block, start, end); in pcpu_block_refresh_hint() 1018 pcpu_block_update(s_block, start, e_off); in pcpu_block_update_hint_free() 1025 pcpu_block_update(e_block, 0, end); in pcpu_block_update_hint_free() 1051 pcpu_block_update(&chunk->chunk_md, in pcpu_block_update_hint_free()
|