Lines Matching defs:size
40 * Each queue is a signle-linked list, which also stores the total size of
64 size_t size)
72 q->bytes += size;
107 /* Total size of all objects in global_quarantine across all batches. */
112 /* Maximum size of the global queue. */
116 * Target size of a batch in global_quarantine.
197 qlist_put(q, &info->quarantine_link, cache->size);
244 * Update quarantine size in case of hotplug. Allocate a fraction of
287 qlist_put(to, curr, obj_cache->size);
289 qlist_put(from, curr, obj_cache->size);