Searched defs:do_sync (Results 1 - 4 of 4) sorted by relevance

/external/fio/engines/
H A Dsg.c176 static int fio_sgio_rw_doio(struct fio_file *f, struct io_u *io_u, int do_sync) argument
185 if (do_sync) {
195 static int fio_sgio_doio(struct thread_data *td, struct io_u *io_u, int do_sync) argument
202 return fio_sgio_rw_doio(f, io_u, do_sync);
250 int ret, do_sync = 0; local
255 do_sync = 1;
257 ret = fio_sgio_doio(td, io_u, do_sync);
/external/iproute2/misc/
H A Darpd.c68 volatile int do_sync; variable
565 do_sync = 1;
572 do_sync = 1;
814 if (do_sync) {
817 do_sync = 0;
829 do_sync = 1;
/external/ltp/testcases/kernel/fs/doio/
H A Ddoio.c400 int do_sync(struct io_req *req);
1041 rval = do_sync(&ioreq);
3600 int do_sync(struct io_req *req) function
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c2208 int do_sync = 1; local
2626 if (do_sync) {
6295 int do_sync = 1; local
6707 if (do_sync) {
7298 int do_sync = 1; local
7599 if (do_sync) {

Completed in 147 milliseconds