Searched defs:PAGE_SIZE (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dpercpu.c284 * Allocate @size bytes. If @size is smaller than PAGE_SIZE,
299 if (size <= PAGE_SIZE)
314 if (size <= PAGE_SIZE)
337 if (!(prev & 1) && prev <= round_down(off, PAGE_SIZE))
338 off = round_down(off, PAGE_SIZE);
345 if (!(next & 1) && nend >= round_up(end, PAGE_SIZE))
346 end = round_up(end, PAGE_SIZE);
531 cand_off = re * PAGE_SIZE;
863 * @align: alignment of area (max PAGE_SIZE)
894 if (unlikely(!size || size > PCPU_MIN_UNIT_SIZE || align > PAGE_SIZE)) {
2159 free_fn(page_address(pages[j]), PAGE_SIZE); local
[all...]

Completed in 550 milliseconds