Searched refs:maxobj (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dslub.c703 int maxobj; local
712 maxobj = (PAGE_SIZE << compound_order(page)) / s->size;
713 if (page->objects > maxobj) {
715 s->name, page->objects, maxobj);

Completed in 116 milliseconds