Searched refs:SMALLEST_SLAB (Results 1 – 3 of 3) sorted by relevance
149 if ( size_needed <= (SMALLEST_SLAB << cachind) ) in ccw_alloc_request()158 memset ( request, 0, (SMALLEST_SLAB << cachind)); in ccw_alloc_request()264 int slabsize = SMALLEST_SLAB << cachind; in ccwcache_init()
77 #define SMALLEST_SLAB (sizeof(struct ccw_req_t) <= 128 ? 128 :\ macro