Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/
Danalyze_suspend.py3245 def getArgInt(name, args, min, max): function
3464 sysvals.x2delay = getArgInt('-x2delay', args, 0, 60000)
3468 sysvals.postresumetime = getArgInt('-postres', args, 0, 3600)
3488 sysvals.rtcwaketime = getArgInt('-rtcwake', args, 0, 3600)
3491 multitest['count'] = getArgInt('-multi n (exec count)', args, 2, 1000000)
3492 multitest['delay'] = getArgInt('-multi d (delay between tests)', args, 0, 3600)