Lines Matching refs:DEPTH
54 #define DEPTH 128
78 struct iovec iovecs[DEPTH];
113 DEPTH);
140 return (DEPTH + s->nr_files - 1) / s->nr_files;
292 if (!prepped && s->inflight < DEPTH) {
293 to_prep = min(DEPTH - s->inflight, BATCH_SUBMIT);
300 if (to_submit && (s->inflight + to_submit <= DEPTH))
409 fd = io_uring_setup(DEPTH, &p);
541 for (i = 0; i < DEPTH; i++) {
558 printf(" QD=%d, sq_ring=%d, cq_ring=%d\n", DEPTH, *s->sq_ring.ring_entries, *s->cq_ring.ring_entries);