Home
last modified time | relevance | path

Searched refs:start_offset (Results 1 – 5 of 5) sorted by relevance

/mm/
Dprocess_vm_access.c79 unsigned long start_offset = addr - pa; in process_vm_rw_single_vec() local
113 bytes = pinned_pages * PAGE_SIZE - start_offset; in process_vm_rw_single_vec()
118 start_offset, bytes, iter, in process_vm_rw_single_vec()
121 start_offset = 0; in process_vm_rw_single_vec()
Dswap_state.c619 unsigned long start_offset, end_offset; in swap_cluster_readahead() local
633 start_offset = offset & ~mask; in swap_cluster_readahead()
635 if (!start_offset) /* First page is swap header. */ in swap_cluster_readahead()
636 start_offset++; in swap_cluster_readahead()
641 for (offset = start_offset; offset <= end_offset ; offset++) { in swap_cluster_readahead()
Dpercpu.c226 start_addr = chunk->base_addr + chunk->start_offset; in pcpu_addr_in_chunk()
1346 int start_offset, offset_bits, region_size, region_bits; in pcpu_alloc_first_chunk() local
1352 start_offset = tmp_addr - aligned_addr; in pcpu_alloc_first_chunk()
1360 region_size = ALIGN(start_offset + map_size, lcm_align); in pcpu_alloc_first_chunk()
1373 chunk->start_offset = start_offset; in pcpu_alloc_first_chunk()
1374 chunk->end_offset = region_size - chunk->start_offset - map_size; in pcpu_alloc_first_chunk()
1412 if (chunk->start_offset) { in pcpu_alloc_first_chunk()
1414 offset_bits = chunk->start_offset / PCPU_MIN_ALLOC_SIZE; in pcpu_alloc_first_chunk()
1430 set_bit((start_offset + map_size) / PCPU_MIN_ALLOC_SIZE, in pcpu_alloc_first_chunk()
Dpercpu-internal.h53 int start_offset; /* the overlap with the previous member
Dpercpu-stats.c76 start = chunk->start_offset / PCPU_MIN_ALLOC_SIZE; in chunk_map_stats()