Home
last modified time | relevance | path

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

/external/iproute2/misc/
Darpd.c65 volatile int do_sync; variable
556 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()
/external/u-boot/arch/arm/lib/
Dinterrupts_64.c91 void do_sync(struct pt_regs *pt_regs, unsigned int esr) in do_sync() function
/external/u-boot/arch/arm/cpu/armv8/
Dexceptions.S46 bl do_sync
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c2208 int do_sync = 1; in do_scsi_device_read_write() local
2626 if (do_sync) { in do_scsi_device_read_write()
6295 int do_sync = 1; in do_scsi_sgm_read_write() local
6707 if (do_sync) { in do_scsi_sgm_read_write()
7298 int do_sync = 1; in do_scsi_sgp_read_write() local
7599 if (do_sync) { in do_scsi_sgp_read_write()
/external/ltp/testcases/kernel/fs/doio/
Ddoio.c400 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
/external/bcc/docs/
Dtutorial_bcc_python_developer.md105 The following example times how quickly the ```do_sync``` function is called, and prints output if …