Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c98 STATIC U32 ag_timeout_secs = 10; //Made timeout equivalent to linux variable
735 TUNABLE_INT_FETCH( "DPMC_TIMEOUT_SECS", &ag_timeout_secs ); in agtiapi_attach()
739 if ( ag_timeout_secs < 1 ) in agtiapi_attach()
741 ag_timeout_secs = 1; // set minimum timeout value of 1 second in agtiapi_attach()
743 ag_timeout_secs = (ag_timeout_secs * 1000); // convert to millisecond notation in agtiapi_attach()
2223 else if ( ( (ticks-pccb_curr->startTime) >= ag_timeout_secs ) && in agtiapi_CheckIOTimeout()