Lines Matching defs:smallcache
131 struct smallcache {
172 struct smallcache smallcache[MAX_SMALLCACHEABLE_SIZE];
800 struct smallcache *cache;
848 if (psz > MAX_SMALLCACHEABLE_SIZE || d->smallcache[psz - 1].max == 0) {
854 cache = &d->smallcache[psz - 1];
888 struct smallcache *cache;
924 if (psz <= MAX_SMALLCACHEABLE_SIZE && d->smallcache[psz - 1].max > 0) {
925 cache = &d->smallcache[psz - 1];
1479 d->smallcache[j].max = 0;
1487 d->smallcache[j].max =
1489 sz += d->smallcache[j].max * sizeof(void *);
1501 d->smallcache[j].pages = p;
1502 p = (char *)p + d->smallcache[j].max *
2653 struct smallcache *cache;
2658 cache = &d->smallcache[i];