Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh899 RETRY=0
900 while [[ $RETRY -lt 8 ]]
905 ((RETRY++))
953 RETRY=0
954 while [[ $_NEWLIST != $CPULIST && $RETRY -lt 8 ]]
958 ((RETRY++))
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c3695 STATS_OP_FMT(RETRY).vht[0][mcs] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3696 STATS_OP_FMT(RETRY).vht[1][mcs] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
3702 STATS_OP_FMT(RETRY).ht[0][ht_idx] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3703 STATS_OP_FMT(RETRY).ht[1][ht_idx] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
3711 STATS_OP_FMT(RETRY).legacy[0][mcs] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3712 STATS_OP_FMT(RETRY).legacy[1][mcs] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
3766 STATS_OP_FMT(RETRY).bw[0][bw] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3767 STATS_OP_FMT(RETRY).nss[0][nss - 1] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3768 STATS_OP_FMT(RETRY).gi[0][gi] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3770 STATS_OP_FMT(RETRY).bw[1][bw] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
[all …]
/linux/drivers/cxl/
H A Dcxlmem.h167 C(RETRY, -ENXIO, "temporary error, retry once"), \
/linux/drivers/nvme/host/
H A Dcore.c405 RETRY, enumerator
432 return RETRY; in nvme_decide_disposition()
498 case RETRY: in __nvme_complete_rq()