Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh869 RETRY=0
870 while [[ $RETRY -lt 8 ]]
875 ((RETRY++))
923 RETRY=0
924 while [[ $_NEWLIST != $CPULIST && $RETRY -lt 8 ]]
928 ((RETRY++))
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c3694 STATS_OP_FMT(RETRY).vht[0][mcs] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3695 STATS_OP_FMT(RETRY).vht[1][mcs] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
3701 STATS_OP_FMT(RETRY).ht[0][ht_idx] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3702 STATS_OP_FMT(RETRY).ht[1][ht_idx] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
3710 STATS_OP_FMT(RETRY).legacy[0][mcs] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3711 STATS_OP_FMT(RETRY).legacy[1][mcs] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
3765 STATS_OP_FMT(RETRY).bw[0][bw] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3766 STATS_OP_FMT(RETRY).nss[0][nss - 1] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3767 STATS_OP_FMT(RETRY).gi[0][gi] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3769 STATS_OP_FMT(RETRY).bw[1][bw] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
[all …]
/linux/drivers/nvme/host/
H A Dcore.c394 RETRY, enumerator
421 return RETRY; in nvme_decide_disposition()
480 case RETRY: in nvme_complete_rq()