Home | History | Annotate | Download | only in src

Lines Matching full:min_timeout

829   bundle.cfg.idle.min_timeout = 0;
1108 if (arg->bundle->cfg.idle.min_timeout)
1110 arg->bundle->cfg.idle.min_timeout);
1182 if (bundle->cfg.idle.min_timeout > secs && bundle->upat) {
1185 if (bundle->cfg.idle.min_timeout > up &&
1186 bundle->cfg.idle.min_timeout - up > (long long)secs)
1188 secs = bundle->cfg.idle.min_timeout - up;
1201 unsigned min_timeout)
1204 bundle->cfg.idle.min_timeout = min_timeout;