Home | History | Annotate | Download | only in direct_io

Lines Matching refs:numchild

37  *	diotest3 [-b bufsize] [-o offset] [-n numchild]
80 "Usage: diotest3 [-b bufsize] [-o offset] [-n numchild] [-i iterations] [-f filename]\n");
233 int numchild = 1; /* Number of children. Default 5 */
264 if ((numchild = atoi(optarg)) <= 0) {
280 if (forkchldrn(&pidlst, numchild, READ_DIRECT, child_function) < 0) {
285 if (waitchldrn(&pidlst, numchild) < 0) {
298 if (forkchldrn(&pidlst, numchild, WRITE_DIRECT, child_function) < 0) {
303 if (waitchldrn(&pidlst, numchild) < 0) {
315 if (forkchldrn(&pidlst, numchild, RDWR_DIRECT, child_function) < 0) {
320 if (waitchldrn(&pidlst, numchild) < 0) {
336 total, iter, numchild);