Home
last modified time | relevance | path

Searched refs:new_start (Results 1 – 3 of 3) sorted by relevance

/mm/
Dreadahead.c674 loff_t new_start, size_t new_len) in readahead_expand() argument
681 new_index = new_start / PAGE_SIZE; in readahead_expand()
703 new_len += new_start - readahead_pos(ractl); in readahead_expand()
Dz3fold.c792 unsigned short new_start = TOTAL_CHUNKS - zhdr->last_chunks - in z3fold_compact_page() local
794 mchunk_memmove(zhdr, new_start); in z3fold_compact_page()
795 zhdr->start_middle = new_start; in z3fold_compact_page()
Dmmap.c2357 unsigned long new_start; in acct_stack_growth() local
2379 new_start = (vma->vm_flags & VM_GROWSUP) ? vma->vm_start : in acct_stack_growth()
2381 if (is_hugepage_only_range(vma->vm_mm, new_start, size)) in acct_stack_growth()