Home | History | Annotate | Download | only in unit

Lines Matching refs:max_bytes

39 	opts.max_bytes = 512 * PAGE;
55 opts.max_bytes = 512 * PAGE;
71 opts.max_bytes = 4 * PAGE;
92 /* Try to overfill and confirm that max_bytes is respected. */
104 stats.bytes, opts.max_bytes, "SEC can't have more than max_bytes");
116 opts.max_bytes = 4 * PAGE;
170 opts.max_bytes = 2 * PAGE;
191 /* Sec can take one more as well and we will be exactly at max_bytes */
198 expect_zu_eq(stats.bytes, opts.max_bytes, "Size should match deallocs");
202 * We are at max_bytes. Now, we dalloc one more pointer and we go above
203 * the limit. This will force flush to 3/4 of max_bytes and given that
228 opts.max_bytes = 2 * PAGE;
253 opts.max_bytes = 1024 * PAGE;
298 opts.max_bytes = 2 * PAGE;
329 expect_zu_eq(stats.bytes, opts.max_bytes, "Size should match deallocs");
336 * We are at max_bytes. Now, we dalloc one more pointer and we go above
423 opts.max_bytes = 64 * NTHREADS * PAGE;
472 * We must have at least some successful dallocs by design (max_bytes is