Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/message/fusion/
Dmptbase.c2895 int cntdn; in MakeIocReady() local
2969 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() local
3395 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() local
3897 cntdn = ((sleepFlag == CAN_SLEEP) ? HZ : 1000) * 2; /* 2 seconds */ in KickStart()
[all …]
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_base.c3595 u32 count, cntdn; in _base_wait_on_iocstate() local
3599 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() local
3638 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() local
3680 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 …]