Lines Matching defs:queuepages
1421 bufcache *cache, struct bufqueue *queue, int64_t *queuepages);
1706 chillbufs(struct bufcache *cache, struct bufqueue *queue, int64_t *queuepages)
1724 if (*queuepages > 96 && *queuepages > limit) {
1729 *queuepages -= pages;
1761 int64_t *queuepages;
1766 queuepages = &cache->warmbufpages;
1769 queuepages = &cache->hotbufpages;
1771 *queuepages += pages;
1774 chillbufs(cache, queue, queuepages);