Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/athk/ath11k/
HDdp_tx.c450 struct ath11k_per_peer_tx_stats *peer_stats = &ar->cached_stats; in ath11k_dp_tx_cache_peer_stats()
466 struct ath11k_per_peer_tx_stats *peer_stats = &ar->cached_stats; in ath11k_dp_tx_update_txcompl()
620 ar->cached_stats.is_ampdu = true; in ath11k_dp_tx_complete_msdu()
622 memset(&ar->cached_stats, 0, in ath11k_dp_tx_complete_msdu()
625 ar->cached_stats.is_ampdu = false; in ath11k_dp_tx_complete_msdu()
627 memset(&ar->cached_stats, 0, in ath11k_dp_tx_complete_msdu()
HDcore.h732 struct ath11k_per_peer_tx_stats cached_stats; member
/freebsd-14-stable/contrib/bmake/
HDdir.c415 cached_stats(const char *pathname, struct cached_stat *out_cst, in cached_stats() function
459 return cached_stats(pathname, cst, false, false); in cached_stat()
465 return cached_stats(pathname, cst, true, false); in cached_lstat()
1502 if (cached_stats(fullName, &cst, false, forceRefresh) < 0) { in Dir_UpdateMTime()
HDChangeLog1223 o clean up cached_stats
1893 o dir.c: cached_stats - don't confuse stat and lstat results.
/freebsd-14-stable/sys/contrib/dev/athk/ath12k/
HDcore.h585 struct ath12k_per_peer_tx_stats cached_stats; member