Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug05.txt26 # the threshhold and what to do in response
28 echo "Throughput has fallen below threshhold."
/external/autotest/client/site_tests/platform_TempFS/
Dcontrol10 Fail if the following file systems are less than our threshhold size:
/external/ImageMagick/
Dconfigure.ac817 [set pixel cache threshhold in MB (default available memory)])],
/external/mdnsresponder/mDNSCore/
DmDNS.c3488 …const mDNSs32 threshhold = m->timenow + mDNSPlatformOneSecond; // See if there are any records exp… in CheckForSoonToExpireRecords() local
3494 if (threshhold - RRExpireTime(rr) >= 0) // If we have records about to expire within a second in CheckForSoonToExpireRecords()