Home
last modified time | relevance | path

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

/linux/arch/mips/sgi-ip27/
H A Dip27-nmi.c127 u64 mask0, mask1, pend0, pend1; in nmi_dump_hub_irq() local
137 pend0 = REMOTE_HUB_L(nasid, PI_INT_PEND0); in nmi_dump_hub_irq()
141 pr_emerg("PI_INT_PEND0: %16llx PI_INT_PEND1: %16llx\n", pend0, pend1); in nmi_dump_hub_irq()
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pow-defs.h144 uint64_t pend0:1; member
150 uint64_t pend0:1;
204 uint64_t pend0:1; member
210 uint64_t pend0:1;
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c1355 u16 pend0, pend1, ld; in megasas_get_best_arm_pd() local
1385 pend0 = atomic_read(&lbInfo->scsi_pending_cmds[pd0]); 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()