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 …]
2931 u32 count, cntdn; in _base_wait_on_iocstate() local2935 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_on_iocstate()2947 } while (--cntdn); in _base_wait_on_iocstate()2967 u32 cntdn, count; in _base_wait_for_doorbell_int() local2971 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_for_doorbell_int()2985 } while (--cntdn); in _base_wait_for_doorbell_int()3007 u32 cntdn, count; in _base_wait_for_doorbell_ack() local3012 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_for_doorbell_ack()3035 } while (--cntdn); in _base_wait_for_doorbell_ack()3056 u32 cntdn, count; in _base_wait_for_doorbell_not_used() local[all …]
3107 u32 count, cntdn; in _base_wait_on_iocstate() local3111 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_on_iocstate()3123 } while (--cntdn); in _base_wait_on_iocstate()3143 u32 cntdn, count; in _base_wait_for_doorbell_int() local3147 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_for_doorbell_int()3161 } while (--cntdn); in _base_wait_for_doorbell_int()3184 u32 cntdn, count; in _base_wait_for_doorbell_ack() local3189 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in _base_wait_for_doorbell_ack()3212 } while (--cntdn); in _base_wait_for_doorbell_ack()3234 u32 cntdn, count; in _base_wait_for_doorbell_not_used() local[all …]