Searched refs:devRmTimer (Results 1 – 2 of 2) sorted by relevance
276 struct callout devRmTimer; member
1665 callout_init_mtx( &pmcsc->devRmTimer, in agtiapi_alloc_requests()5424 callout_stop( &pCard->devRmTimer ); in agtiapi_GetDevHandle()5587 callout_reset( &pCard->devRmTimer, 1 * hz, agtiapi_devRmCheck, pCard ); in agtiapi_GetDevHandle()5937 if ( callout_pending( &pCard->devRmTimer ) ) // callout was reset in agtiapi_devRmCheck()5941 if ( !callout_active( &pCard->devRmTimer ) ) // callout was stopped in agtiapi_devRmCheck()5945 callout_deactivate( &pCard->devRmTimer ); in agtiapi_devRmCheck()5958 if ( callout_pending(&pCard->devRmTimer) == FALSE ) in agtiapi_devRmCheck()5960 callout_reset( &pCard->devRmTimer, 1 * hz, agtiapi_devRmCheck, pCard ); in agtiapi_devRmCheck()6327 callout_drain( &pCard->devRmTimer ); in agtiapi_ReleaseHBA()