Searched refs:gcmdp_scan (Results 1 – 1 of 1) sorted by relevance
325 gcmd_t *gcmdp_scan; in ghd_timer_newstate() local487 for (gcmdp_scan = (gcmd_t *)L2_next(&cccp->ccc_activel); in ghd_timer_newstate()488 gcmdp_scan != NULL; in ghd_timer_newstate()489 gcmdp_scan = (gcmd_t *)L2_next(&gcmdp_scan->cmd_timer_link)) { in ghd_timer_newstate()492 if (gcmdp_scan->cmd_state <= GCMD_STATE_WAITQ) in ghd_timer_newstate()498 if ((gsav_used && GCMD_SAME_DEV(&gsav, gcmdp_scan)) || in ghd_timer_newstate()499 (GCMDP2GDEVP(gcmdp_scan) == GTGTP2GDEVP(gtgtp))) { in ghd_timer_newstate()500 GCMD_UPDATE_STATE(gcmdp_scan, in ghd_timer_newstate()506 if ((gsav_used && GCMD_SAME_DEV(&gsav, gcmdp_scan)) || in ghd_timer_newstate()507 (GCMDP2GDEVP(gcmdp_scan) == GTGTP2GDEVP(gtgtp))) { in ghd_timer_newstate()[all …]