Home
last modified time | relevance | path

Searched refs:do_sync (Results 1 – 2 of 2) sorted by relevance

/external/fio/engines/
Dsg.c176 static int fio_sgio_rw_doio(struct fio_file *f, struct io_u *io_u, int do_sync) in fio_sgio_rw_doio() argument
185 if (do_sync) { in fio_sgio_rw_doio()
195 static int fio_sgio_doio(struct thread_data *td, struct io_u *io_u, int do_sync) in fio_sgio_doio() argument
202 return fio_sgio_rw_doio(f, io_u, do_sync); in fio_sgio_doio()
250 int ret, do_sync = 0; in fio_sgio_queue() local
255 do_sync = 1; in fio_sgio_queue()
257 ret = fio_sgio_doio(td, io_u, do_sync); in fio_sgio_queue()
/external/iproute2/misc/
Darpd.c68 volatile int do_sync; variable
565 do_sync = 1; in sig_sync()
572 do_sync = 1; in sig_stats()
814 if (do_sync) { in main()
817 do_sync = 0; in main()
829 do_sync = 1; in main()