Searched refs:do_sync (Results 1 – 4 of 4) sorted by relevance
/third_party/lwip/src/apps/snmp/ |
D | snmp_threadsync.c | 173 do_sync(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance, snmp_threads… in do_sync() function 211 return do_sync(root_oid, root_oid_len, instance, get_instance_synced); in snmp_threadsync_get_instance() 217 return do_sync(root_oid, root_oid_len, instance, get_next_instance_synced); in snmp_threadsync_get_next_instance()
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress01.c | 58 static char *do_sync; variable 190 if (do_sync) { in child_mapper() 349 {"m", &do_sync, "Do random msync/fsyncs as well"},
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 2205 int do_sync = 1; in do_scsi_device_read_write() local 2623 if (do_sync) { in do_scsi_device_read_write() 6292 int do_sync = 1; in do_scsi_sgm_read_write() local 6704 if (do_sync) { in do_scsi_sgm_read_write() 7295 int do_sync = 1; in do_scsi_sgp_read_write() local 7596 if (do_sync) { in do_scsi_sgp_read_write()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
D | doio.c | 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
|