Home
last modified time | relevance | path

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

/drivers/scsi/megaraid/
Dmegaraid_sas_fp.c1355 u16 pend0, pend1, ld; in megasas_get_best_arm_pd() local
1386 pend1 = atomic_read(&lbInfo->scsi_pending_cmds[pd1]); in megasas_get_best_arm_pd()
1396 if ((bestArm == arm && pend0 > pend1 + lb_pending_cmds) || in megasas_get_best_arm_pd()
1397 (bestArm != arm && pend1 > pend0 + lb_pending_cmds)) in megasas_get_best_arm_pd()