Home
last modified time | relevance | path

Searched refs:aioid (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/fs/doio/
Ddoio.c182 int *aioid; /* list of async I/O structures */ member
2559 status->aioid = malloc((nents + 1) * sizeof(int)); in sy_listio()
2560 if (status->aioid == NULL) { in sy_listio()
2579 status->aioid[i] = aio_id; in sy_listio()
2595 status->aioid[nents] = -1; /* end sentinel */ in sy_listio()
2664 status->aioid = NULL; in sy_pread()
2685 status->aioid = NULL; in sy_pwrite()
2741 status->aioid = NULL; in sy_rwv()
2757 status->aioid = NULL; in sy_rwv()
2843 status->aioid = malloc(2 * sizeof(int)); in sy_arw()
[all …]