Searched refs:min_timeout (Results 1 – 3 of 3) sorted by relevance
828 bundle.cfg.idle.min_timeout = 0; in bundle_Create()1107 if (arg->bundle->cfg.idle.min_timeout) in bundle_ShowStatus()1109 arg->bundle->cfg.idle.min_timeout); in bundle_ShowStatus()1181 if (bundle->cfg.idle.min_timeout > secs && bundle->upat) { in bundle_StartIdleTimer()1184 if (bundle->cfg.idle.min_timeout > up && in bundle_StartIdleTimer()1185 bundle->cfg.idle.min_timeout - up > (long long)secs) in bundle_StartIdleTimer()1187 secs = bundle->cfg.idle.min_timeout - up; in bundle_StartIdleTimer()1200 unsigned min_timeout) in bundle_SetIdleTimer() argument1203 bundle->cfg.idle.min_timeout = min_timeout; in bundle_SetIdleTimer()
109 unsigned min_timeout; /* Don't idle out before this */ member
2039 min = arg->bundle->cfg.idle.min_timeout; in SetVariable()