Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dpercpu.c2169 goto end_chunk; in pcpu_reclaim_populated()
2205 end_chunk: in pcpu_reclaim_populated()
/linux-6.1.9/drivers/md/
Dmd.c4609 unsigned long chunk, end_chunk; in bitmap_store() local
4619 chunk = end_chunk = simple_strtoul(buf, &end, 0); in bitmap_store()
4623 end_chunk = simple_strtoul(buf, &end, 0); in bitmap_store()
4627 md_bitmap_dirty_bits(mddev->bitmap, chunk, end_chunk); in bitmap_store()