Lines Matching full:samples
70 /* trigger exactly two samples */ in trigger_samples()
177 /* poll for samples */ in test_ringbuf()
184 CHECK(cnt != 2, "cnt", "exp %d samples, got %d\n", 2, cnt); in test_ringbuf()
191 CHECK(cnt != 0, "cnt", "exp %d samples, got %d\n", 0, cnt); in test_ringbuf()
208 CHECK(cnt != 2, "cnt", "exp %d samples, got %d\n", 2, cnt); in test_ringbuf()
238 CHECK(cnt != 0, "cnt", "exp %d samples, got %d\n", 0, cnt); in test_ringbuf()
243 /* produce new samples, no notification should be triggered, because in test_ringbuf()
253 /* still no samples, because consumer is behind */ in test_ringbuf()
255 CHECK(cnt != 0, "cnt", "exp %d samples, got %d\n", 0, cnt); in test_ringbuf()
278 * samples, so consume them here to collect all the samples in test_ringbuf()
283 /* 3 rounds, 2 samples each */ in test_ringbuf()
285 CHECK(cnt != 6, "cnt", "exp %d samples, got %d\n", 6, cnt); in test_ringbuf()