Home
last modified time | relevance | path

Searched refs:cached_stats (Results 1 – 5 of 5) sorted by relevance

/src/sys/contrib/dev/athk/ath11k/
H A Ddp_tx.c455 struct ath11k_per_peer_tx_stats *peer_stats = &ar->cached_stats; in ath11k_dp_tx_cache_peer_stats()
471 struct ath11k_per_peer_tx_stats *peer_stats = &ar->cached_stats; in ath11k_dp_tx_update_txcompl()
629 ar->cached_stats.is_ampdu = true; in ath11k_dp_tx_complete_msdu()
631 memset(&ar->cached_stats, 0, in ath11k_dp_tx_complete_msdu()
634 ar->cached_stats.is_ampdu = false; in ath11k_dp_tx_complete_msdu()
636 memset(&ar->cached_stats, 0, in ath11k_dp_tx_complete_msdu()
H A Dcore.h791 struct ath11k_per_peer_tx_stats cached_stats; member
/src/contrib/bmake/
H A Ddir.c401 cached_stats(const char *pathname, struct cached_stat *out_cst, in cached_stats() function
445 return cached_stats(pathname, cst, false, false); in cached_stat()
451 return cached_stats(pathname, cst, true, false); in cached_lstat()
1425 if (cached_stats(fullName, &cst, false, forceRefresh) < 0) { in Dir_UpdateMTime()
H A DChangeLog2049 o clean up cached_stats
2719 o dir.c: cached_stats - don't confuse stat and lstat results.
/src/sys/contrib/dev/athk/ath12k/
H A Dcore.h585 struct ath12k_per_peer_tx_stats cached_stats; member