Lines Matching defs:count
54 static int completed, failed, numbered, stagger_idx, posting, count = COUNT,
332 if (++completed == count) {
398 if (++completed == count) {
425 for (m = 0; m < count; m++)
501 if (stagger_idx == count)
505 if (stagger_idx == count - 1)
670 count = atoi(p);
690 lwsl_user("%s: session reuse count %d\n", __func__, reuse);
693 lwsl_err("%s: failing, expected 1 .. %d reused\n", __func__, count - 1);
702 lwsl_user("Exiting with %d\n", failed || completed != count);
704 return failed || completed != count;