Lines Matching full:first
39 /* Physical frame number of the first usable frame in the area */
41 /* Physical frame number of the first frame outside the area */
153 * since the first page contains the freelist pointers, and in page_memalign_order()
182 /* We now have a block twice the size, but the first page is dirty. */ in page_memalign_order()
185 /* Put back the first (partially dirty) half of the block */ in page_memalign_order()
212 * - the first parameter is strictly smaller than the second
222 pfn_t first, second, i; in coalesce() local
231 first = pfn - a->base; in coalesce()
234 if ((a->page_states[first] != order) || (a->page_states[second] != order)) in coalesce()
242 assert(a->page_states[first + i] == order); in coalesce()
243 a->page_states[first + i] = order + 1; in coalesce()
284 /* ensure that the first page is allocated and not special */ in _free_pages()