Home
last modified time | relevance | path

Searched refs:max_objects (Results 1 – 1 of 1) sorted by relevance

/mm/
Dslub.c746 unsigned long max_objects; in on_freelist() local
771 max_objects = (PAGE_SIZE << compound_order(page)) / s->size; in on_freelist()
772 if (max_objects > MAX_OBJS_PER_PAGE) in on_freelist()
773 max_objects = MAX_OBJS_PER_PAGE; in on_freelist()
775 if (page->objects != max_objects) { in on_freelist()
777 "should be %d", page->objects, max_objects); in on_freelist()
778 page->objects = max_objects; in on_freelist()