Lines Matching defs:size
30 * Each queue is a single-linked list, which also stores the total size of
54 size_t size)
62 q->bytes += size;
97 /* Total size of all objects in global_quarantine across all batches. */
111 /* Maximum size of the global queue. */
115 * Target size of a batch in global_quarantine.
220 qlist_put(q, &meta->quarantine_link, cache->size);
269 * Update quarantine size in case of hotplug. Allocate a fraction of
312 qlist_put(to, curr, obj_cache->size);
314 qlist_put(from, curr, obj_cache->size);