Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_tx.c456 struct ath11k_per_peer_tx_stats *peer_stats = &ar->cached_stats; in ath11k_dp_tx_cache_peer_stats()
472 struct ath11k_per_peer_tx_stats *peer_stats = &ar->cached_stats; in ath11k_dp_tx_update_txcompl()
630 ar->cached_stats.is_ampdu = true; in ath11k_dp_tx_complete_msdu()
632 memset(&ar->cached_stats, 0, in ath11k_dp_tx_complete_msdu()
635 ar->cached_stats.is_ampdu = false; in ath11k_dp_tx_complete_msdu()
637 memset(&ar->cached_stats, 0, in ath11k_dp_tx_complete_msdu()
H A Dcore.h803 struct ath11k_per_peer_tx_stats cached_stats; member
/freebsd/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 DChangeLog2147 o clean up cached_stats
2817 o dir.c: cached_stats - don't confuse stat and lstat results.
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.h746 struct ath12k_per_peer_tx_stats cached_stats; member