Lines Matching defs:first

1501 		 * Activate file-backed executable folios after first usage.
1560 * make sure we allocate from the target node first also trying to
2927 * thrashing, try to reclaim those first before touching
3101 * There is one special case: in the first reclaim pass,
3415 /* the first addition since the last iteration */
3545 bool first = false;
3573 first = true;
3599 if (mm && first)
3646 * The setpoint (SP) is always the first tier of one type; the process variable
4034 struct mm_walk *args, unsigned long *bitmap, unsigned long *first)
4047 if (*first == -1) {
4048 *first = addr;
4053 i = addr == -1 ? 0 : pmd_index(addr) - pmd_index(*first);
4059 pmd = pmd_offset(pud, *first);
4071 /* don't round down the first address */
4072 addr = i ? (*first & PMD_MASK) + i * PMD_SIZE : *first;
4108 *first = -1;
4112 struct mm_walk *args, unsigned long *bitmap, unsigned long *first)
4126 unsigned long first = -1;
4132 * Finish an entire PMD in two passes: the first only reaches to PTE
4166 walk_pmd_range_locked(pud, addr, vma, args, bitmap, &first);
4176 walk_pmd_range_locked(pud, addr, vma, args, bitmap, &first);
4193 walk_pmd_range_locked(pud, -1, vma, args, bitmap, &first);
5047 * as many refaults as the first tier.
5066 * Compare the first tier of anon with that of file to determine which
5068 * with the first tier of the other type to determine the last tier (of
5097 * Try to make the obvious choice first. When anon and file are both
5099 * first and 200 as anon first.
6301 * dropped to zero at the first pass.
6425 * first, by assuming that zero delta of sc->nr_scanned means full LRU
6633 * should reclaim first.
6999 * Check if the pfmemalloc reserves are ok by finding the first node
7004 * Throttling is based on the first usable node and throttled processes
7017 /* Throttle based on the first usable node */
7634 * not a valid index then either kswapd runs for first time or kswapd couldn't
7764 * trying to free the first piece of memory in the first place).