Searched refs:devRmTimer (Results 1 – 2 of 2) sorted by relevance
277 struct callout devRmTimer; member
1694 callout_init_mtx( &pmcsc->devRmTimer, in agtiapi_alloc_requests()5450 callout_stop( &pCard->devRmTimer ); in agtiapi_GetDevHandle()5613 callout_reset( &pCard->devRmTimer, 1 * hz, agtiapi_devRmCheck, pCard ); in agtiapi_GetDevHandle()5963 if ( callout_pending( &pCard->devRmTimer ) ) // callout was reset in agtiapi_devRmCheck()5967 if ( !callout_active( &pCard->devRmTimer ) ) // callout was stopped in agtiapi_devRmCheck()5971 callout_deactivate( &pCard->devRmTimer ); in agtiapi_devRmCheck()5984 if ( callout_pending(&pCard->devRmTimer) == FALSE ) in agtiapi_devRmCheck()5986 callout_reset( &pCard->devRmTimer, 1 * hz, agtiapi_devRmCheck, pCard ); in agtiapi_devRmCheck()6353 callout_drain( &pCard->devRmTimer ); in agtiapi_ReleaseHBA()