HomeSort by relevance Sort by last modified time
    Searched refs:do_sync (Results 1 - 4 of 4) sorted by null

  /external/iproute2/misc/
arpd.c 65 volatile int do_sync; variable
556 do_sync = 1;
563 do_sync = 1;
810 if (do_sync) {
813 do_sync = 0;
825 do_sync = 1;
  /external/fio/engines/
sg.c 226 static int fio_sgio_rw_doio(struct fio_file *f, struct io_u *io_u, int do_sync)
235 if (do_sync) {
250 static int fio_sgio_doio(struct thread_data *td, struct io_u *io_u, int do_sync)
259 ret = fio_sgio_rw_doio(f, io_u, do_sync);
260 if (do_sync)
341 int ret, do_sync = 0; local
346 do_sync = 1;
348 ret = fio_sgio_doio(td, io_u, do_sync);
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 2208 int do_sync = 1; local
6295 int do_sync = 1; local
7298 int do_sync = 1; local
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
doio.c 400 int do_sync(struct io_req *req);
1041 rval = do_sync(&ioreq);
3600 int do_sync(struct io_req *req) function
    [all...]

Completed in 375 milliseconds