Lines Matching defs:smallcache
130 struct smallcache {
171 struct smallcache smallcache[MAX_SMALLCACHEABLE_SIZE];
801 struct smallcache *cache;
849 if (psz > MAX_SMALLCACHEABLE_SIZE || d->smallcache[psz - 1].max == 0) {
855 cache = &d->smallcache[psz - 1];
889 struct smallcache *cache;
925 if (psz <= MAX_SMALLCACHEABLE_SIZE && d->smallcache[psz - 1].max > 0) {
926 cache = &d->smallcache[psz - 1];
1461 d->smallcache[j].max = 0;
1469 d->smallcache[j].max =
1471 sz += d->smallcache[j].max * sizeof(void *);
1483 d->smallcache[j].pages = p;
1484 p = (char *)p + d->smallcache[j].max *
2635 struct smallcache *cache;
2640 cache = &d->smallcache[i];