Searched refs:devRmTimer (Results 1 – 2 of 2) sorted by relevance
276 struct callout devRmTimer; member
1663 callout_init_mtx( &pmcsc->devRmTimer, in agtiapi_alloc_requests()5422 callout_stop( &pCard->devRmTimer ); in agtiapi_GetDevHandle()5585 callout_reset( &pCard->devRmTimer, 1 * hz, agtiapi_devRmCheck, pCard ); in agtiapi_GetDevHandle()5935 if ( callout_pending( &pCard->devRmTimer ) ) // callout was reset in agtiapi_devRmCheck()5939 if ( !callout_active( &pCard->devRmTimer ) ) // callout was stopped in agtiapi_devRmCheck()5943 callout_deactivate( &pCard->devRmTimer ); in agtiapi_devRmCheck()5956 if ( callout_pending(&pCard->devRmTimer) == FALSE ) in agtiapi_devRmCheck()5958 callout_reset( &pCard->devRmTimer, 1 * hz, agtiapi_devRmCheck, pCard ); in agtiapi_devRmCheck()6325 callout_drain( &pCard->devRmTimer ); in agtiapi_ReleaseHBA()