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()5453 callout_stop( &pCard->devRmTimer ); in agtiapi_GetDevHandle()5616 callout_reset( &pCard->devRmTimer, 1 * hz, agtiapi_devRmCheck, pCard ); in agtiapi_GetDevHandle()5966 if ( callout_pending( &pCard->devRmTimer ) ) // callout was reset in agtiapi_devRmCheck()5970 if ( !callout_active( &pCard->devRmTimer ) ) // callout was stopped in agtiapi_devRmCheck()5974 callout_deactivate( &pCard->devRmTimer ); in agtiapi_devRmCheck()5987 if ( callout_pending(&pCard->devRmTimer) == FALSE ) in agtiapi_devRmCheck()5989 callout_reset( &pCard->devRmTimer, 1 * hz, agtiapi_devRmCheck, pCard ); in agtiapi_devRmCheck()6356 callout_drain( &pCard->devRmTimer ); in agtiapi_ReleaseHBA()