Searched refs:SLAB_LIMIT (Results 1 – 1 of 1) sorted by relevance
212 #define SLAB_LIMIT (((kmem_bufctl_t)(~0U))-3) macro834 if (nr_objs > SLAB_LIMIT) in cache_estimate()835 nr_objs = SLAB_LIMIT; in cache_estimate()856 if (nr_objs > SLAB_LIMIT) in cache_estimate()857 nr_objs = SLAB_LIMIT; in cache_estimate()2717 if (slab_bufctl(slabp)[objnr] + 1 <= SLAB_LIMIT + 1) { in slab_put_obj()