Home
last modified time | relevance | path

Searched refs:cntdn (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/message/fusion/
Dmptbase.c2906 int cntdn; in MakeIocReady() local
2980 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() local
3406 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() local
3908 cntdn = ((sleepFlag == CAN_SLEEP) ? HZ : 1000) * 2; /* 2 seconds */ in KickStart()
[all …]
/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.c2931 u32 count, cntdn; in _base_wait_on_iocstate() local
2935 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() local
2971 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() local
3012 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 …]
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.c3107 u32 count, cntdn; in _base_wait_on_iocstate() local
3111 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() local
3147 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() local
3189 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 …]