Home
last modified time | relevance | path

Searched refs:s_block (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dpercpu.c770 struct pcpu_block_md *s_block, *e_block, *block; in pcpu_block_update_hint_alloc() local
785 s_block = chunk->md_blocks + s_index; in pcpu_block_update_hint_alloc()
789 * Update s_block. in pcpu_block_update_hint_alloc()
794 if (s_block->contig_hint == PCPU_BITMAP_BLOCK_BITS) in pcpu_block_update_hint_alloc()
797 if (s_off == s_block->first_free) in pcpu_block_update_hint_alloc()
798 s_block->first_free = find_next_zero_bit( in pcpu_block_update_hint_alloc()
803 if (pcpu_region_overlap(s_block->scan_hint_start, in pcpu_block_update_hint_alloc()
804 s_block->scan_hint_start + s_block->scan_hint, in pcpu_block_update_hint_alloc()
807 s_block in pcpu_block_update_hint_alloc()
916 struct pcpu_block_md *s_block, *e_block, *block; pcpu_block_update_hint_free() local
[all...]
/kernel/linux/linux-6.6/mm/
H A Dpercpu.c813 struct pcpu_block_md *s_block, *e_block, *block; in pcpu_block_update_hint_alloc() local
828 s_block = chunk->md_blocks + s_index; in pcpu_block_update_hint_alloc()
832 * Update s_block. in pcpu_block_update_hint_alloc()
834 if (s_block->contig_hint == PCPU_BITMAP_BLOCK_BITS) in pcpu_block_update_hint_alloc()
842 if (s_off == s_block->first_free) in pcpu_block_update_hint_alloc()
843 s_block->first_free = find_next_zero_bit( in pcpu_block_update_hint_alloc()
848 if (pcpu_region_overlap(s_block->scan_hint_start, in pcpu_block_update_hint_alloc()
849 s_block->scan_hint_start + s_block->scan_hint, in pcpu_block_update_hint_alloc()
852 s_block in pcpu_block_update_hint_alloc()
967 struct pcpu_block_md *s_block, *e_block, *block; pcpu_block_update_hint_free() local
[all...]

Completed in 8 milliseconds