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

/mm/
H A Dpercpu.c279 * Allocate @size bytes. If @size is smaller than PAGE_SIZE,
294 if (size <= PAGE_SIZE)
309 if (size <= PAGE_SIZE)
694 * @align: alignment of area (max PAGE_SIZE)
713 if (unlikely(!size || size > PCPU_MIN_UNIT_SIZE || align > PAGE_SIZE)) {
823 * @align: alignment of area (max PAGE_SIZE)
843 * @align: alignment of area (max PAGE_SIZE)
1159 * @ai->unit_size specifies unit size and must be aligned to PAGE_SIZE
1688 * pcpu_page_first_chunk - map the first chunk using PAGE_SIZE pages
1690 * @alloc_fn: function to allocate percpu page, always called with PAGE_SIZE
1787 free_fn(page_address(pages[j]), PAGE_SIZE); local
[all...]

Completed in 498 milliseconds