Home
last modified time | relevance | path

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

/openbmc/linux/tools/tracing/rtla/src/
H A Dtimerlat_top.c66 unsigned long long cur_user; member
145 cpu_data->cur_user = latency; in timerlat_top_update()
271 trace_seq_printf(s, "%9llu ", cpu_data->cur_user / divisor); in timerlat_top_print()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c1206 int cur_user; in ath12k_htt_tlv_ppdu_stats_parse() local
1229 cur_user = ath12k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath12k_htt_tlv_ppdu_stats_parse()
1231 if (cur_user < 0) in ath12k_htt_tlv_ppdu_stats_parse()
1233 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse()
1249 cur_user = ath12k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath12k_htt_tlv_ppdu_stats_parse()
1251 if (cur_user < 0) in ath12k_htt_tlv_ppdu_stats_parse()
1253 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse()
1270 cur_user = ath12k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath12k_htt_tlv_ppdu_stats_parse()
1272 if (cur_user < 0) in ath12k_htt_tlv_ppdu_stats_parse()
1274 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1257 int cur_user; in ath11k_htt_tlv_ppdu_stats_parse() local
1280 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1282 if (cur_user < 0) in ath11k_htt_tlv_ppdu_stats_parse()
1284 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1299 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1301 if (cur_user < 0) in ath11k_htt_tlv_ppdu_stats_parse()
1303 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1320 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1322 if (cur_user < 0) in ath11k_htt_tlv_ppdu_stats_parse()
1324 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()