Searched refs:cntdn (Results 1 – 2 of 2) sorted by relevance
2895 int cntdn; in MakeIocReady() local2969 cntdn = ((sleepFlag == CAN_SLEEP) ? HZ : 1000) * 5; /* 5 seconds */ in MakeIocReady()2992 ii++; cntdn--; in MakeIocReady()2993 if (!cntdn) { in MakeIocReady()3315 int cntdn; in SendIocInit() local3395 cntdn = ((sleepFlag == CAN_SLEEP) ? HZ : 1000) * 60; /* 60 seconds */ in SendIocInit()3397 while (state != MPI_IOC_STATE_OPERATIONAL && --cntdn) { in SendIocInit()3404 if (!cntdn) { in SendIocInit()3874 int cnt,cntdn; in KickStart() local3897 cntdn = ((sleepFlag == CAN_SLEEP) ? HZ : 1000) * 2; /* 2 seconds */ in KickStart()[all …]
3595 u32 count, cntdn; in _base_wait_on_iocstate() local3599 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_on_iocstate()3611 } while (--cntdn); in _base_wait_on_iocstate()3634 u32 cntdn, count; in _base_wait_for_doorbell_int() local3638 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_for_doorbell_int()3652 } while (--cntdn); in _base_wait_for_doorbell_int()3675 u32 cntdn, count; in _base_wait_for_doorbell_ack() local3680 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_for_doorbell_ack()3703 } while (--cntdn); in _base_wait_for_doorbell_ack()3725 u32 cntdn, count; in _base_wait_for_doorbell_not_used() local[all …]