Home
last modified time | relevance | path

Searched refs:contig_bits_start (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/mm/
Dpercpu-internal.h33 int contig_bits_start; /* contig_bits starting member
Dpercpu.c561 chunk->contig_bits_start = bit_off; in pcpu_chunk_update()
563 } else if (bits == chunk->contig_bits && chunk->contig_bits_start && in pcpu_chunk_update()
565 __ffs(bit_off) > __ffs(chunk->contig_bits_start))) { in pcpu_chunk_update()
567 chunk->contig_bits_start = bit_off; in pcpu_chunk_update()
767 if (bit_off >= chunk->contig_bits_start && in pcpu_block_update_hint_alloc()
768 bit_off < chunk->contig_bits_start + chunk->contig_bits) in pcpu_block_update_hint_alloc()
937 bit_off = ALIGN(chunk->contig_bits_start, align) - in pcpu_find_block_fit()
938 chunk->contig_bits_start; in pcpu_find_block_fit()