Searched refs:pcpu_block_update (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | percpu.c | 577 * pcpu_block_update - updates a block given a free area 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()
|
/kernel/linux/linux-6.6/mm/ |
H A D | percpu.c | 621 * 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) 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()
|
Completed in 10 milliseconds