Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/soc/fsl/qbman/
Dqman_test_stash.c184 static int loop_counter; variable
301 if (++loop_counter < HP_LOOPS) { in special_dqrr()
308 pr_info("Received final (%dth) frame\n", loop_counter); in special_dqrr()
570 loop_counter = 0; in qman_test_stash()
613 wait_event(queue, loop_counter == HP_LOOPS); in qman_test_stash()
/Linux-v4.19/drivers/tty/serial/
Dioc3_serial.c1123 int loop_counter; in do_read() local
1185 loop_counter = 0; in do_read()
1188 loop_counter++; in do_read()
1189 if (loop_counter > MAXITER) in do_read()
1208 loop_counter = 0xfffff; /* to avoid hangs */ in do_read()
1214 if (loop_counter-- <= 0) { in do_read()
1441 int loop_counter; in ioc3uart_intr_one() local
1467 loop_counter = MAXITER; /* to avoid hangs */ in ioc3uart_intr_one()
1472 if (loop_counter-- <= 0) { in ioc3uart_intr_one()
Dioc4_serial.c1844 int loop_counter; in handle_intr() local
1864 loop_counter = MAXITER; /* to avoid hangs */ in handle_intr()
1869 if ( loop_counter-- <= 0 ) { in handle_intr()
2078 int loop_counter; in do_read() local
2140 loop_counter = 0; in do_read()
2143 loop_counter++; in do_read()
2144 if (loop_counter > MAXITER) in do_read()
2163 loop_counter = 0xfffff; /* to avoid hangs */ in do_read()
2169 if ( loop_counter-- <= 0 ) { in do_read()
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dpcie.c1495 u32 loop_counter; in brcmf_pcie_download_fw_nvram() local
1538 loop_counter = BRCMF_PCIE_FW_UP_TIMEOUT / 50; in brcmf_pcie_download_fw_nvram()
1539 while ((sharedram_addr == sharedram_addr_written) && (loop_counter)) { in brcmf_pcie_download_fw_nvram()
1544 loop_counter--; in brcmf_pcie_download_fw_nvram()
/Linux-v4.19/Documentation/translations/zh_CN/
Dcoding-style.rst288 数器,它应该被称为 ``i`` 。叫它 ``loop_counter`` 并无益处,如果它没有被误解的
/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_hw.c2109 u32 loop_counter = 0; in nes_dpc() local
2211 } while ((int_stat != 0) && (loop_counter++ < MAX_DPC_ITERATIONS)); in nes_dpc()
/Linux-v4.19/Documentation/process/
Dcoding-style.rst309 Calling it ``loop_counter`` is non-productive, if there is no chance of it