Searched refs:do_sync (Results 1 – 6 of 6) sorted by relevance
65 volatile int do_sync; variable556 do_sync = 1; in sig_sync()563 do_sync = 1; in sig_stats()810 if (do_sync) { in main()813 do_sync = 0; in main()825 do_sync = 1; in main()
91 void do_sync(struct pt_regs *pt_regs, unsigned int esr) in do_sync() function
46 bl do_sync
2208 int do_sync = 1; in do_scsi_device_read_write() local2626 if (do_sync) { in do_scsi_device_read_write()6295 int do_sync = 1; in do_scsi_sgm_read_write() local6707 if (do_sync) { in do_scsi_sgm_read_write()7298 int do_sync = 1; in do_scsi_sgp_read_write() local7599 if (do_sync) { in do_scsi_sgp_read_write()
400 int do_sync(struct io_req *req);1041 rval = do_sync(&ioreq); in doio()3600 int do_sync(struct io_req *req) in do_sync() function
105 The following example times how quickly the ```do_sync``` function is called, and prints output if …