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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslab.c212 #define SLAB_LIMIT (((kmem_bufctl_t)(~0U))-3) macro
826 if (nr_objs > SLAB_LIMIT)
827 nr_objs = SLAB_LIMIT;
848 if (nr_objs > SLAB_LIMIT)
849 nr_objs = SLAB_LIMIT;
2688 if (slab_bufctl(slabp)[objnr] + 1 <= SLAB_LIMIT + 1) {

Completed in 107 milliseconds