Lines Matching defs:config
50 struct OperationConfig *config = per->config;
58 if(config->timeout_ms) {
62 if(msdelta > config->timeout_ms)
71 long wait = config->timeout_ms - msdelta;
89 config->readbusy = TRUE;
99 warnf(per->config->global, "File size larger in the end than when "
104 config->readbusy = FALSE;
119 struct OperationConfig *config = per->config;
126 if(config->readbusy) {
127 config->readbusy = FALSE;