Lines Matching refs:PAGE_SIZE
84 #if PAGE_SIZE <= (32767 * 2)
323 sp->units = SLOB_UNITS(PAGE_SIZE); in slob_alloc()
326 set_slob(b, SLOB_UNITS(PAGE_SIZE), b + SLOB_UNITS(PAGE_SIZE)); in slob_alloc()
357 if (sp->units + units == SLOB_UNITS(PAGE_SIZE)) { in slob_free()
374 SLOB_UNITS(PAGE_SIZE)) & PAGE_MASK)); in slob_free()
437 if (size < PAGE_SIZE - align) { in __do_kmalloc_node()
458 size, PAGE_SIZE << order, gfp, node); in __do_kmalloc_node()
517 return PAGE_SIZE << compound_order(sp); in ksize()
543 if (c->size < PAGE_SIZE) { in slob_alloc_node()
551 PAGE_SIZE << get_order(c->size), in slob_alloc_node()
584 if (size < PAGE_SIZE) in __kmem_cache_free()