Searched refs:n_matches (Results 1 – 3 of 3) sorted by relevance
1750 int i, j, n_matches, ret; in iwl_mvm_query_netdetect_reasons() local1772 n_matches = hweight_long(matched_profiles); in iwl_mvm_query_netdetect_reasons()1775 n_matches = 0; in iwl_mvm_query_netdetect_reasons()1779 (n_matches * sizeof(net_detect->matches[0])), in iwl_mvm_query_netdetect_reasons()1781 if (!net_detect || !n_matches) in iwl_mvm_query_netdetect_reasons()1800 net_detect->matches[net_detect->n_matches++] = match; in iwl_mvm_query_netdetect_reasons()1824 for (i = 0; i < net_detect->n_matches; i++) in iwl_mvm_query_netdetect_reasons()
2051 int n_matches; member
12569 for (i = 0; i < nd->n_matches; i++) { in cfg80211_net_detect_results()