Home
last modified time | relevance | path

Searched refs:end_offset (Results 1 – 4 of 4) sorted by relevance

/mm/
Dswap_state.c545 unsigned long start_offset, end_offset; in swap_cluster_readahead() local
567 end_offset = offset | mask; in swap_cluster_readahead()
570 if (end_offset >= si->max) in swap_cluster_readahead()
571 end_offset = si->max - 1; in swap_cluster_readahead()
574 for (offset = start_offset; offset <= end_offset ; offset++) { in swap_cluster_readahead()
Dpercpu-internal.h54 int end_offset; /* additional area required to member
Dpercpu-stats.c71 chunk->end_offset / PCPU_MIN_ALLOC_SIZE - 1); in chunk_map_stats()
Dpercpu.c215 chunk->end_offset; in pcpu_addr_in_chunk()
1341 chunk->end_offset = region_size - chunk->start_offset - map_size; in pcpu_alloc_first_chunk()
1387 if (chunk->end_offset) { in pcpu_alloc_first_chunk()
1389 offset_bits = chunk->end_offset / PCPU_MIN_ALLOC_SIZE; in pcpu_alloc_first_chunk()