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

  /external/fio/engines/
sg.c 176 static int fio_sgio_rw_doio(struct fio_file *f, struct io_u *io_u, int do_sync)
185 if (do_sync) {
195 static int fio_sgio_doio(struct thread_data *td, struct io_u *io_u, int do_sync)
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/
arpd.c 68 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;

Completed in 126 milliseconds