Searched refs:greq (Results 1 – 3 of 3) sorted by relevance
/external/fio/engines/ |
D | guasi.c | 46 io_u->greq = NULL; in fio_guasi_prep() 161 io_u->greq = NULL; in fio_guasi_commit() 163 io_u->greq = guasi__pread(ld->hctx, ld, io_u, 0, in fio_guasi_commit() 167 io_u->greq = guasi__pwrite(ld->hctx, ld, io_u, 0, in fio_guasi_commit() 171 io_u->greq = guasi__fsync(ld->hctx, ld, io_u, 0, f->fd); in fio_guasi_commit() 176 if (io_u->greq == NULL) { in fio_guasi_commit() 192 GDBG_PRINT(("fio_guasi_cancel(%p) req=%p\n", io_u, io_u->greq)); in fio_guasi_cancel() 193 if (io_u->greq != NULL) in fio_guasi_cancel() 194 guasi_req_cancel(io_u->greq); in fio_guasi_cancel()
|
/external/strace/ |
D | net.c | 1313 struct group_req greq; in print_group_req() local 1315 if (len != sizeof(greq) || in print_group_req() 1316 umove(tcp, addr, &greq) < 0) { in print_group_req() 1327 } a = { .sa = (struct sockaddr *) &greq.gr_group }; in print_group_req() 1332 tprintf("{gr_interface=%u, gr_group={sa_family=", greq.gr_interface); in print_group_req()
|
/external/fio/ |
D | ioengine.h | 106 guasi_req_t greq; member
|