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

  /external/fio/engines/
sg.c 175 static int fio_sgio_rw_doio(struct fio_file *f, struct io_u *io_u, int do_sync)
184 if (do_sync) {
194 static int fio_sgio_doio(struct thread_data *td, struct io_u *io_u, int do_sync)
201 return fio_sgio_rw_doio(f, io_u, do_sync);
249 int ret, do_sync = 0; local
254 do_sync = 1;
256 ret = fio_sgio_doio(td, io_u, do_sync);
  /external/chromium_org/mojo/tools/
mojob.sh 73 do_sync() { function
148 do_sync
  /external/iproute2/misc/
arpd.c 67 volatile int do_sync; variable
560 do_sync = 1;
567 do_sync = 1;
810 if (do_sync) {
813 do_sync = 0;
825 do_sync = 1;

Completed in 420 milliseconds