Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dtimerlat_top.c37 unsigned long long cur_user; member
153 cpu_data->cur_user = latency; in timerlat_top_update()
203 data->cpu_data[i].cur_user = value_user[i]; in timerlat_top_bpf_pull_data()
345 trace_seq_printf(s, "%9llu ", cpu_data->cur_user); in timerlat_top_print()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1247 int cur_user; in ath11k_htt_tlv_ppdu_stats_parse() local
1270 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1272 if (cur_user < 0) in ath11k_htt_tlv_ppdu_stats_parse()
1274 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1289 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1291 if (cur_user < 0) in ath11k_htt_tlv_ppdu_stats_parse()
1293 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1310 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1312 if (cur_user < 0) in ath11k_htt_tlv_ppdu_stats_parse()
1314 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()