Searched refs:cntdn (Results 1 – 3 of 3) sorted by relevance
2906 int cntdn; in MakeIocReady() local2980 cntdn = ((sleepFlag == CAN_SLEEP) ? HZ : 1000) * 5; /* 5 seconds */ in MakeIocReady()3003 ii++; cntdn--; in MakeIocReady()3004 if (!cntdn) { in MakeIocReady()3326 int cntdn; in SendIocInit() local3406 cntdn = ((sleepFlag == CAN_SLEEP) ? HZ : 1000) * 60; /* 60 seconds */ in SendIocInit()3408 while (state != MPI_IOC_STATE_OPERATIONAL && --cntdn) { in SendIocInit()3415 if (!cntdn) { in SendIocInit()3885 int cnt,cntdn; in KickStart() local3908 cntdn = ((sleepFlag == CAN_SLEEP) ? HZ : 1000) * 2; /* 2 seconds */ in KickStart()[all …]
3075 u32 count, cntdn; in _base_wait_on_iocstate() local3079 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_on_iocstate()3091 } while (--cntdn); in _base_wait_on_iocstate()3111 u32 cntdn, count; in _base_wait_for_doorbell_int() local3115 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_for_doorbell_int()3129 } while (--cntdn); in _base_wait_for_doorbell_int()3152 u32 cntdn, count; in _base_wait_for_doorbell_ack() local3157 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_for_doorbell_ack()3180 } while (--cntdn); in _base_wait_for_doorbell_ack()3202 u32 cntdn, count; in _base_wait_for_doorbell_not_used() local[all …]
2902 u32 count, cntdn; in _base_wait_on_iocstate() local2906 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_on_iocstate()2918 } while (--cntdn); in _base_wait_on_iocstate()2938 u32 cntdn, count; in _base_wait_for_doorbell_int() local2942 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_for_doorbell_int()2956 } while (--cntdn); in _base_wait_for_doorbell_int()2978 u32 cntdn, count; in _base_wait_for_doorbell_ack() local2983 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_for_doorbell_ack()3006 } while (--cntdn); in _base_wait_for_doorbell_ack()3027 u32 cntdn, count; in _base_wait_for_doorbell_not_used() local[all …]