Searched refs:pcpu_block_update (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/mm/ | 
| D | percpu.c | 603 static void pcpu_block_update(struct pcpu_block_md *block, int start, int end)  in pcpu_block_update()  function703 	pcpu_block_update(block, s_off, e_off);  in pcpu_block_update_scan()
 736 		pcpu_block_update(chunk_md, bit_off, bit_off + bits);  in pcpu_chunk_refresh_hint()
 770 		pcpu_block_update(block, rs, re);  in pcpu_block_refresh_hint()
 990 	pcpu_block_update(s_block, start, e_off);  in pcpu_block_update_hint_free()
 997 		pcpu_block_update(e_block, 0, end);  in pcpu_block_update_hint_free()
 1023 		pcpu_block_update(&chunk->chunk_md,  in pcpu_block_update_hint_free()
 
 |