Searched refs:loop_cnt (Results 1 – 11 of 11) sorted by relevance
241 typeset -i loop_cnt=20242 while (( loop_cnt > 0 )); do251 (( loop_cnt -= 1 ))
255 typeset -i loop_cnt=2256 while (( loop_cnt > 0 )); do265 (( loop_cnt -= 1 ))
4831 int loop_cnt; in ql_rdcrb() local4839 for (loop_cnt = 0; loop_cnt < op_count; loop_cnt++) { in ql_rdcrb()4865 int loop_cnt; in ql_L2Cache() local4875 loop_cnt = cacheEntry->op_count; in ql_L2Cache()4886 for (i = 0; i < loop_cnt; i++) { in ql_L2Cache()4948 return (read_cnt * loop_cnt * sizeof(uint32_t)); in ql_L2Cache()4962 int loop_cnt; in ql_L1Cache() local4969 loop_cnt = cacheEntry->op_count; in ql_L1Cache()4980 for (i = 0; i < loop_cnt; i++) { in ql_L1Cache()5002 return (read_cnt * loop_cnt * sizeof(uint32_t)); in ql_L1Cache()[all …]
156 uint32_t loop_cnt = timeout_in_msec * 2; in pqisrc_wait_on_condition() local167 if ((timeout_in_msec != TIMEOUT_INFINITE) && (i++ == loop_cnt)) { in pqisrc_wait_on_condition()
511 uint32_t loop_cnt = 0; in pqisrc_sis_wait_for_db_bit_to_clear() local525 if (loop_cnt++ == SIS_DB_BIT_CLEAR_TIMEOUT_CNT) { in pqisrc_sis_wait_for_db_bit_to_clear()
607 u32 loop_cnt; member872 u8 loop_cnt; member
1040 srng->u.dst_ring.loop_cnt = 1; in ath11k_hal_srng_setup()
704 u32 loop_cnt; member984 u8 loop_cnt; member
1975 srng->u.dst_ring.loop_cnt = 1; in ath12k_hal_srng_setup()
1084 int32_t loop_cnt = 0; in tcp_hptsi() local1418 if (!from_callout || (loop_cnt > max_pacer_loops)) { in tcp_hptsi()1446 loop_cnt++; in tcp_hptsi()
2289 int i, loop_cnt; in ar9300_paprd_dec_tx_pwr() local2294 loop_cnt = in ar9300_paprd_dec_tx_pwr()2297 for (i = 0; i < loop_cnt; i++ ) in ar9300_paprd_dec_tx_pwr()